-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ccdi-federation-api-aggregation",
"version": "1.0.4",
"description": "CCDI Data Federation platform API aggregation level implementation.",
"main": "serverForApi.js",
"scripts": {
"start": "node serverForApi.js",
"test": "echo \"CCDI Data Federation API tests TBD\" && exit 1",
"lint": "eslint ./app/**/*.* --ext .js"
},
"engines": {
"node": ">=23.6.0",
"npm": ">=10.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CBIIT/ccdi-federation-api-aggregation.git"
},
"keywords": [
"CBIIT",
"CCDI",
"FNLCR",
"Data",
"Federation",
"API",
"REST",
"aggregation"
],
"author": "CBIIT",
"license": "ISC",
"bugs": {
"url": "https://github.com/CBIIT/ccdi-federation-api-aggregation/issues"
},
"homepage": "https://github.com/CBIIT/ccdi-federation-api-aggregation#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": ">=4.21.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"newrelic": "latest",
"process": "^0.11.10",
"psl": "^1.9.0",
"sanitize": "^2.1.2",
"newrelic": "latest"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1"
}
}