-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "zachyfox-builders",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"asynckit": "^0.4.0",
"axios": "^0.26.0",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.3",
"express": "^4.17.3",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"is-empty": "^1.2.0",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"mongoose": "^6.9.1",
"node-fetch": "^2.6.7",
"ora": "^5.4.1",
"requests": "^0.3.0",
"shortid": "^2.2.16",
"snekfetch": "^4.0.4",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.0",
"tslib": "^2.3.1",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"ws": "^8.5.0",
"zod": "^3.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"node": "^19.6.1"
},
"description": ""
}