-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 816 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
{
"name": "anchorr",
"version": "1.5.5",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"create-translation": "node scripts/create-translation.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.17.0",
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"discord.js": "^14.22.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"joi": "^18.2.1",
"jsonwebtoken": "^9.0.2",
"lodash.debounce": "^4.0.8",
"node-cache": "^5.1.2",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.18.0"
},
"overrides": {
"follow-redirects": "^1.16.0"
}
}