-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"name": "beatsnipe",
"version": "1.4.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",
"refresh": "bun ./scripts/refreshAll.mjs"
},
"author": "Ralex",
"license": "MIT",
"dependencies": {
"@napi-rs/canvas": "^0.1.70",
"@prisma/client": "^6.9.0",
"bun-types": "^1.2.15",
"chalk": "^5.4.1",
"dayjs": "^1.11.13",
"discord.js": "^14.19.3",
"hono": "^4.7.11",
"hono-rate-limiter": "^0.4.2",
"http-status-codes": "^2.3.0",
"ky": "^1.8.1",
"pm2": "^6.0.8",
"prettier": "^3.5.3",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"@types/node": "^22.15.30",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"nodemon": "^3.1.10",
"prisma": "^6.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}