forked from Chinlinlee/Burni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "burni-fhir-server",
"version": "2.7.2",
"description": "The simple FHIR server implements with nodejs-express and mongoose.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build/init.js",
"release": "standard-version",
"lint": "eslint --ignore-path .gitignore ."
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
},
"author": "Chinlinlee",
"repository": {
"url": "https://github.com/Chinlinlee/Burni"
},
"license": "Apache-2.0 License",
"dependencies": {
"abort-controller": "^3.0.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"dotenv": "^6.0.0",
"ejs": "^3.1.2",
"express": "^4.16.3",
"express-session": "^1.16.2",
"fhir": "^4.11.1",
"flat": "^5.0.2",
"joi": "^17.3.0",
"js-beautify": "^1.13.0",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"log4js": "^6.4.1",
"mkdirp": "^1.0.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.33",
"mongoose": "^6.3.4",
"mongoose-date-format": "^1.2.0",
"mongoose-schema-jsonschema": "^2.0.2",
"node-fetch": "^2.6.1",
"node-java-fhir-validator": "^0.2.0",
"node-schedule": "^2.1.0",
"normalize-text": "^2.3.2",
"object-hash": "^3.0.0",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"query-string": "^7.1.0",
"rootpath": "^0.1.2",
"uid-generator": "^2.0.0",
"uuid": "^8.3.2",
"xml-formatter": "^2.6.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"apidoc": "^0.50.4",
"babel-eslint": "^10.1.0",
"jsdoc-to-markdown": "^7.1.1"
}
}