-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "darling.js",
"version": "2.2.3",
"description": "",
"main": "src/index.js",
"author": "EckigerLuca",
"license": "MIT",
"dependencies": {
"@napi-rs/canvas": "^0.1.44",
"@top-gg/sdk": "^3.1.3",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"discord-api-types": "^0.37.55",
"discord.js": "^14.13.0",
"ejs": "^3.1.9",
"events": "^3.3.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http": "^0.0.1-security",
"memorystore": "^1.6.7",
"mongodb": "^5.8.0",
"nekos-best.js": "^6.3.0",
"node-fetch": "^2.6.1",
"node-schedule": "^2.1.1",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"serve-favicon": "^2.5.0",
"silly-logger": "^1.3.0",
"topgg-autoposter": "^2.0.1"
},
"scripts": {
"test": "echo \"Do you really need this?\" && exit 0",
"deploy": "node ./src/deploy-commands.js",
"start": "node ./src/index.js",
"dev": "supervisor ./src/index.js"
},
"devDependencies": {
"eslint": "^8.7.0",
"supervisor": "^0.12.0"
}
}