generated from cdisc-org/COSAHackathonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 967 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "nodemon start --ignore 'src/public/*' --ignore '_demo/*' src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"depcheck": "^1.4.3",
"event-stream": "^4.0.1",
"express": "^4.18.1",
"glob": "^8.0.3",
"globby": "^11.0.4",
"json-schema-migrate": "^2.0.0",
"json-stringify-safe": "^5.0.1",
"jsonix": "^3.0.0",
"jsonld": "^8.1.0",
"jsonld-object-graph": "^1.0.9",
"jsonld-request": "^2.0.0",
"JSONStream": "^1.3.5",
"morgan": "^1.10.0",
"request": "^2.88.2",
"serve-index": "^1.9.1",
"sync-fetch": "^0.4.1",
"xhr2": "^0.2.1"
},
"devDependencies": {
"webpack-cli": "^4.10.0"
}
}