-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 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": "dieptool",
"version": "1.0.0",
"description": "dieptool is a project that enables features for diep.io",
"author": "Cazka",
"license": "MIT",
"homepage": "https://github.com/Cazka/dieptool#readme",
"repository": "github:Cazka/dieptool",
"bugs": {
"url": "https://github.com/Cazka/dieptool/issues"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"jsonapi-parse": "^2.0.0",
"mongoose": "^5.10.7",
"nanoid": "^3.1.12",
"node-fetch": "^2.6.1",
"ws": "^7.4.6"
},
"engines": {
"node": "14.x"
}
}