-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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": "beatsnipe",
"version": "1.3.0",
"description": "I'm a bot that tracks the scores of the players you want to snipe to generate & auto-update playlists ",
"scripts": {
"listener": "bun ./src/listener.ts",
"server": "bun ./src/server.ts",
"deploy": "pm2 startOrRestart ecosystem.config.js",
"down": "pm2 delete ecosystem.config.js"
},
"author": "Ralex",
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.58",
"@prisma/client": "^5.21.1",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"phin": "^3.7.1",
"pm2": "^5.4.2",
"prettier": "^3.3.3",
"sanitize-filename": "^1.6.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "^6.0.0",
"@types/node": "^20.16.13",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"nodemon": "^3.1.7",
"prisma": "^5.21.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}