-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "spl3",
"version": "3.9.0",
"description": "Splatoon 3 Discord Bot",
"main": "index.js",
"bin": "index.js",
"scripts": {
"start": "NODE_PATH=. node index.js",
"report": "NODE_PATH=. node -e 'require(\"utils/Analytics.js\").report()'",
"fetch": "NODE_PATH=. node -e 'require(\"utils/Splatoon3Ink.js\").runFetch()'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luswdev/splatoon-bot.git"
},
"keywords": [
"Splatoon"
],
"author": "LuSkywalker",
"license": "ISC",
"bugs": {
"url": "https://github.com/luswdev/splatoon-bot/issues"
},
"homepage": "https://github.com/luswdev/splatoon-bot#readme",
"dependencies": {
"axios": "0.27.2",
"canvas": "^2.11.2",
"discord.js": "^14.9.0",
"express": "^4.18.2",
"looks-same": "^8.1.0",
"mersenne-twister": "^1.1.0",
"mysql": "^2.18.1",
"node-schedule": "^2.1.1"
},
"devDependencies": {
"eslint": "^8.25.0"
}
}