-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 703 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 703 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": "chest",
"version": "1.8.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "mocha ./test/ --recursive --exit",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"banana-i18n": "^2.3.3",
"bytes": "^3.1.2",
"chat-commands": "^0.8.6",
"conf": "^10.2.0",
"configstore": "^5.0.1",
"dotenv": "^8.6.0",
"eris": "^0.17.2",
"fast-fuzzy": "^1.12.0",
"node-html-parser": "^4.1.5",
"node-html-to-image": "^3.4.0",
"pm2": "^5.3.0",
"queue": "^6.0.2"
},
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^9.2.2"
}
}