forked from Eden4897/KairosBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"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",
"@infinitybots/node-sdk": "^0.1.4",
"@top-gg/sdk": "^3.1.6",
"axios": "^0.26.1",
"body-parser": "^1.20.3",
"discord-api-types": "^0.28.0",
"discord.js": "^13.17.1",
"express": "^4.21.2",
"timezonecomplete": "^5.13.1",
"tzdata": "^1.0.43"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/body-parser": "^1.19.5",
"@types/express": "^5.0.0",
"@types/ip": "^1.1.0",
"@types/node": "^17.0.45",
"@types/vhost": "^3.0.4",
"@types/websocket": "^1.0.5",
"@types/ws": "^8.5.3"
}
}