generated from Eden4897/TsBotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "kairosbot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "tsc -w",
"guild-deploy": "tsc && node build/guild-deploy.js",
"deploy": "tsc && node build/deploy-commands.js",
"launch": "tsc && node build/.",
"completelaunch": "tsc && node build/deploy-commands.js && node build/.",
"pullandlaunch": "git pull && tsc && pm2 restart 0",
"pullanddeploy": "git pull && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eden4897/KairosBot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eden4897/KairosBot/issues"
},
"homepage": "https://github.com/Eden4897/KairosBot#readme",
"description": "",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@top-gg/sdk": "^3.1.3",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"crypto-js": "^4.1.1",
"discord-api-types": "^0.28.0",
"discord.js": "^13.6.0",
"express": "^4.17.3",
"infinity-bots": "^1.2.9"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/ip": "^1.1.0",
"@types/node": "^17.0.23",
"@types/vhost": "^3.0.4",
"@types/websocket": "^1.0.5",
"@types/ws": "^8.5.3"
}
}