-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 798 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 798 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
36
37
38
39
40
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"license": "AGPL-version-3.0",
"private": false,
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [],
"scripts": {
"dev": "nodemon index.js --watch . --watch modules --watch routes --watch views",
"test": "node ./test/prereqtest.js"
},
"dependencies": {
"express": "^4.18.2",
"fs": "^0.0.1-security",
"gojs": "^2.3.11",
"helmet": "^7.0.0",
"json-pretty-html": "^1.1.6",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"winston": "^3.11.0"
}
}