-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
40
41
42
{
"name": "ninigibot",
"version": "1.0.0",
"description": "NinigiBot for Discord",
"main": "forever.js",
"type": "module",
"dependencies": {
"@pkmn/data": "^0.9.25",
"@pkmn/dex": "^0.9.25",
"@pkmn/sim": "^0.9.25",
"axios": "^1.7.9",
"canvas": "^3.0.0",
"cron": "^3.3.1",
"discord.js": "^14.16.3",
"discord.js-minesweeper": "^1.1.0",
"forever": "^4.0.3",
"forever-monitor": "^3.0.3",
"minimist": "^1.2.8",
"owoify-js": "^2.0.0",
"path": "^0.12.7",
"pureimage": "^0.4.18",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"unique-names-generator": "^4.7.1",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write */**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Glazelf/NinigiBot.git"
},
"keywords": [],
"author": "Glaze",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Glazelf/NinigiBot/issues"
},
"homepage": "https://github.com/Glazelf/NinigiBot#readme"
}