-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "factionsbot-rewrite-sqlite",
"version": "1.0.0",
"description": "CosmicCrow made",
"main": "index.js",
"dependencies": {
"@notlegend/easymatch": "^1.2.0",
"chalk": "^4.1.1",
"comma-number": "^2.1.0",
"discord.js": "^13.3.1",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"mathjs": "^10.0.1",
"mineflayer": "^3.11.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"numeral": "^2.0.6",
"pretty-ms": "^7.0.1",
"readline": "^1.3.0",
"sqlite3": "^4.2.0",
"string-similarity": "^4.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}