-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 725 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "poke-fort",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"discord.js"
],
"author": "Blank",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"@pkmn/client": "^0.4.3",
"@pkmn/data": "^0.5.19",
"@pkmn/protocol": "^0.4.3",
"@pkmn/sim": "file:@pkmn/sim",
"@pkmn/view": "file:@pkmn/view",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cloc": "^2.9.0",
"discord.js": "^14.1.2",
"express": "^4.18.1",
"fs": "0.0.1-security",
"lodash": "^4.17.21",
"mongodb": "^4.3.0",
"mongoose": "^6.5.2",
"readdirp": "^3.6.0",
"sharp": "^0.30.7"
}
}