-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 973 Bytes
/
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
{
"name": "@elsa-health/emr",
"version": "0.1.0",
"main": "lib/index.js",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"build": "rm -rf ./lib && tsc -p .",
"clean": "yarn cache clean && rm -rf node_modules",
"dev": "nodemon -e ts --exec \"yarn build\" --watch src --watch health.types"
},
"devDependencies": {
"@babel/runtime": "^7.18.3",
"@types/invariant": "^2.2.35",
"@types/jest": "^28.1.4",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^18.0.0",
"@types/ramda": "^0.28.15",
"ansi-styles": "^6.1.0",
"nanoid": "^4.0.0",
"nodemon": "^2.0.16",
"jest": "^27.5.1",
"ts-jest": "^28.0.7",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"date-fns": "^2.28.0",
"elsa-health-data-fns": "^1.7.1",
"immer": "^9.0.15",
"immutable": "^4.1.0",
"lodash.isequal": "^4.5.0",
"minimist": "^1.2.6",
"papai": "^0.2.1",
"ramda": "^0.28.0",
"tiny-invariant": "^1.2.0",
"zod": "^3.17.3"
}
}