-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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": "bot",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"init": "yarn",
"start": "node dist/index.js",
"build": "tsc --build",
"watch": "tsc --watch",
"lint": "eslint src --fix",
"updates": "yarn upgrade --latest"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/express": "4.17.21",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9",
"pkgroll": "^2.6.0",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"dependencies": {
"@discordjs/builders": "^1.10.0",
"@prisma/client": "6.1.0",
"@sentry/cli": "^2.39.1",
"@sentry/node": "^8.47.0",
"@sentry/profiling-node": "^8.47.0",
"canvas": "^3.0.0",
"canvas-txt": "4.1.1",
"discord-api-types": "^0.37.114",
"discord-hybrid-sharding": "^2.2.3",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"glob": "^11.0.0",
"joi": "^17.13.3",
"prisma": "^6.1.0",
"zod": "^3.24.1"
}
}