-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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": "APIBoilerPlate",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "",
"serve": "nodemon",
"build": "rimraf ./build && tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^0.2.0-canary.0",
"@types/node": "^14.14.35",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"discord-api-types": "^0.26.1",
"discord.js": "^13.5.0",
"discord.js-selfbot-v13": "^2.10.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"form-data": "^4.0.0",
"frameguard": "^4.0.0",
"fs-extra": "^11.1.0",
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"rxjs": "^7.5.1",
"sharp": "^0.32.1",
"socket.io": "^4.6.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/fs-extra": "^11.0.1",
"@types/xml2js": "^0.4.11",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"
}
}