-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 900 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 900 Bytes
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
{
"name": "discord-ts-handler",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"chalk": "^2.4.2",
"chillout": "^5.0.0",
"discord-api-types": "^0.37.76",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"moment": "^2.30.1",
"ms": "^2.1.3",
"path": "^0.12.7",
"plsargs": "^0.1.6",
"recursive-readdir": "^2.2.3",
"stuffs": "^0.1.37"
},
"devDependencies": {
"@types/chillout": "^5.0.6",
"@types/ms": "^0.7.34",
"@types/node": "^20.6.3",
"@types/recursive-readdir": "^2.2.4",
"prisma": "^5.11.0",
"ts-node": "^10.9.2",
"tsx": "^3.12.10",
"typescript": "^5.4.3"
}
}