-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 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
{
"dependencies": {
"@types/md5": "^2.3.5",
"@types/node": "^22.9.3",
"colors": "^1.4.0",
"cron": "^4.1.0",
"discord-together": "^1.3.31",
"discord.js": "^14.14.1",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"moment-timezone": "^0.5.41",
"mongoose": "^6.10.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.6"
},
"scripts": {
"start": "bun run src/index.ts"
},
"devDependencies": {
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.6.2",
"typescript": "^5.0.0",
"@types/bun": "latest"
},
"name": "Discord-Helper",
"author": "koo0ki",
"module": "src/index.ts",
"type": "module",
"private": true
}