-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 900 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
{
"name": "server-monitor",
"version": "1.0.0",
"main": "Bot.ts",
"author": "Snipcola#0001",
"license": "MIT",
"type": "module",
"dependencies": {
"@discordjs/rest": "^1.2.0",
"@prisma/client": "^4.4.0",
"axios": "^0.27.2",
"axios-cookiejar-support": "^4.0.3",
"discord.js": "^14.5.0",
"globby": "^13.1.2",
"ip-address-validator": "^1.0.9",
"moment": "^2.29.4",
"mysql2": "^3.0.1",
"node-capmonster": "^0.3.0",
"nodemon": "^2.0.20",
"prisma": "^4.4.0",
"timeout-signal": "^2.0.0",
"tough-cookie": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"valid-url": "^1.0.9"
},
"scripts": {
"start": "node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm Bot.ts",
"dev": "nodemon -x node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm Bot.ts"
}
}