forked from ohemilyy/Hynax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
32
{
"name": "hynaxv2",
"version": "1.0.0",
"scripts": {
"start": "ts-node src/bot.ts",
"build": "tsc",
"ts-node": "ts-node",
"ready": "npx prisma generate && npx prisma migrate dev",
"prisma-generate": "npx prisma generate",
"prisma-migrate": "npx prisma migrate dev"
},
"dependencies": {
"@prisma/client": "^4.16.1",
"@swc/core": "^1.3.32",
"humanize-duration": "^3.28.0",
"node-schedule": "^2.1.1",
"oceanic.js": "^1.4.1",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"timestring": "^7.0.0",
"ts-node": "^10.9.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/node": "^18.11.19",
"@types/node-schedule": "^2.1.0",
"@types/timestring": "^6.0.2",
"prisma": "^4.16.1",
"typescript": "^4.9.5"
}
}