-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 895 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 895 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
{
"dependencies": {
"async-mutex": "^0.4.0",
"csv-parse": "^5.5.2",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonata": "2.0.4",
"moize": "^6.1.6",
"object-hash": "^3.0.0",
"uuid": "^9.0.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"nodemon": "^2.0.22",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
},
"scripts": {
"test": "jest",
"lint": "eslint . --ext .ts",
"validatesamples": "node fhirvalidation/validatesamples.js",
"transform": "node dist/transform",
"dev-viewer": "node_modules/nodemon/bin/nodemon.js dist/viewerserver/server"
}
}