-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 827 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
35
{
"name": "net-api",
"version": "0.0.1-beta",
"description": "NetAPI",
"main": "src/app.js",
"scripts": {
"test": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phoenix-rat/net-api.git"
},
"author": "Phoenix",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Phoenix-rat/net-api/issues"
},
"homepage": "https://github.com/Phoenix-rat/net-api#readme",
"dependencies": {
"axios": "^1.5.1",
"better-sqlite3": "^8.7.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"env": "^0.0.2",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"mongodb": "^6.1.0",
"mongoose": "^7.5.3",
"ms": "^2.1.3",
"path": "^0.12.7",
"querystring": "^0.2.1",
"quick.db": "^9.1.7"
}
}