-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
{
"name": "rukoto",
"version": "1.1.3",
"description": "Rukoto - The Almighty THBWiki Bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "tsc -w",
"build": "tsc",
"format": "prettier --write .",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:restart": "pm2 restart ecosystem.config.js",
"pm2:reload": "pm2 reload ecosystem.config.js",
"pm2:stop": "pm2 stop ecosystem.config.js",
"pm2:delete": "pm2 delete ecosystem.config.js"
},
"engines": {
"node": ">=15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thwiki/rukoto.git"
},
"author": "arumi@thwiki.cc",
"license": "MIT",
"bugs": {
"url": "https://github.com/thwiki/rukoto/issues"
},
"homepage": "https://github.com/thwiki/rukoto#readme",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.2",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"glob": "^7.2.0",
"luxon": "^1.28.0",
"mwn": "^1.11.4",
"natsort": "^2.0.3",
"node-cron": "^3.0.0",
"reflect-metadata": "^0.1.13",
"tslib": "^2.3.1",
"typedi": "^0.10.0"
},
"devDependencies": {
"@types/luxon": "^1.27.1",
"@types/node": "^15.14.9",
"@types/node-cron": "^2.0.5",
"@types/ws": "^7.4.7",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}