-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "nodets",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"create-narrative-mapping": "ts-node ./src/scripts/createNarrativeMapping.ts",
"lint": "eslint \"./src/**/*.{js,ts}\"",
"lint:fix": "eslint \"./src/**/*.{js,ts}\" --fix",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"start:build": "tsc -w",
"start:run": "nodemon build/app.js",
"start": "concurrently npm:start:*"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"dependencies": {
"@ahryman40k/ts-fhir-types": "^4.0.39",
"@angular/common": "^16.2.10",
"@types/fhir": "^0.0.37",
"axios": "^1.6.2",
"commander": "^11.1.0",
"fhir-package-loader": "^1.0.0",
"fp-ts": "^2.16.1",
"fs": "^0.0.1-security",
"httprequest": "^0.3.0",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"sync-request": "^6.1.0",
"ts-node": "^10.9.2",
"ts-sync-request": "^1.4.1",
"winston": "^3.11.0",
"yaml": "^2.3.4"
}
}