-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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": "discord.js-v14-ts-handler",
"version": "0.1.3",
"description": "Powerful discord.js v14 handler",
"main": "index.ts",
"scripts": {
"init": "npm install pm2 -g && npm install && npx tsx utils/init.ts && npx prisma db push && echo SETUP IS DONE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Undefined-Developers/Discord.js-v14-TS-handler.git"
},
"keywords": [
"Discord",
"Handler",
"Discordjs",
"erry",
"v14"
],
"author": "Rocky",
"license": "MIT",
"bugs": {
"url": "https://github.com/Undefined-Developers/Discord.js-v14-TS-handler/issues"
},
"homepage": "https://github.com/Undefined-Developers/Discord.js-v14-TS-handler#readme",
"devDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"@prisma/client": "^6.2.1",
"@types/node": "^22.10.5",
"chalk": "^5.4.1",
"discord-cross-hosting": "^2.3.8",
"discord-hybrid-sharding": "^2.2.4",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"envfile": "^7.1.0",
"moment": "^2.30.1",
"prisma": "^6.2.1",
"redis": "^4.7.0",
"typescript-collections": "^1.3.3"
},
"prisma": {
"schema": "./utils/schema.prisma"
}
}