-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 942 Bytes
/
package.json
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
35
36
37
38
39
{
"name": "splatnet",
"version": "5.2.0",
"description": "SplatNET is a Powerful Splatoon Discord Bot",
"engines": {
"node": "14.4.0",
"npm": "6.12.0"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"setup": "node setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MirayXS/SplatNET.git"
},
"author": "MirayXS",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MirayXS/SplatNET/issues"
},
"homepage": "https://github.com/MirayXS/SplatNET#readme",
"dependencies": {
"chalk": "^4.1.0",
"dblapi.js": "^2.4.1",
"discord.js": "^12.2.0",
"discord.js-menu": "^1.0.3",
"fs": "0.0.1-security",
"gradient-string": "^1.2.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "^3.2.10",
"os": "^0.1.1",
"prompts": "^2.3.2",
"superagent": "^5.3.1"
},
"devDependencies": {}
}