-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.85 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
{
"name": "fgt-api",
"version": "0.10.8",
"description": "REST Api for traceability operations",
"main": "index.js",
"scripts": {
"run-mah": "node ./participants/mah/index.js",
"run-whs": "node ./participants/whs/index.js",
"run-pha": "node ./participants/pha/index.js",
"run-swagger": "cd ./swagger && node server.js",
"boot-api": "node ./server.js",
"boot-api-helm": "node ./server-helm.js",
"boot-swagger": "node swagger.js",
"build-api-mah-dashboard": "cd .. && node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-api-mah-dashboard\"",
"build-api-whs-dashboard": "cd .. && node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-api-whs-dashboard\"",
"build-api-pha-dashboard": "cd .. && node ./node_modules/octopus/scripts/setEnv --file=../../../env.json \"node ./node_modules/octopus/scripts/run build-api-pha-dashboard\"",
"export-api-credentials": "cd .. && node ./dashboard-wizard/identity-export.js --role=mah",
"test": "mocha ./tests/**",
"docs": "npx rimraf ./docs/* && cp -r ./workdocs/assets ./docs/assets && npm install better-docs taffydb && npx markdown-include ./mdCompile.json && npx jsdoc -c jsdocs.json -t ./node_modules/better-docs && npm remove better-docs taffydb"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"swagger-ui-express": "^4.3.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^9.1.4",
"rimraf": "^3.0.2"
},
"overridesComment": "The overrides is specific for issue https://github.com/PharmaLedger-IMI/fgt-workspace/issues/95 - should be removed if not needed!",
"overrides": {
"express": {
"debug": "^4.3.4"
}
},
"author": "",
"license": "MIT"
}