-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "anchorr",
"version": "1.4.9",
"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.12.2",
"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.0.2",
"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"
}
}