-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 802 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 802 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
34
{
"name": "clodsire-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "node deploy-commands.js",
"start": "node .",
"deployandstart": "node deploy-commands.js && node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@pkmn/data": "latest",
"@pkmn/dex": "latest",
"@pkmn/img": "latest",
"@pkmn/smogon": "latest",
"axios": "^1.2.0",
"cheerio": "^1.0.0-rc.12",
"cross-fetch": "^3.1.5",
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"easy-table": "^1.2.0",
"fuse.js": "^6.6.2",
"koffing": "^0.4.0",
"undici": "^5.13.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"prettier": "2.8.0"
}
}