forked from CBIIT/CCDC-WebService
-
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) · 920 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 920 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": "ins-rest-webservice",
"version": "3.2.0",
"description": "Childhood Cancer Data Catalog",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "vitest",
"test:ci": "TZ=UTC CI=true vitest --reporter verbose --coverage --maxConcurrency=2"
},
"author": "Wei Yu",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "7.10.0",
"@opensearch-project/opensearch": "^1.0.0",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.20.0",
"helmet": "^5.0.2",
"json2csv": "^5.0.6",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"node-cache": "^5.1.2",
"node-object-hash": "^3.1.1",
"nodemon": "^3.1.4",
"path-to-regexp": "^0.1.12",
"winston": "^3.14.2"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.15",
"vitest": "^4.0.15"
}
}