-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 950 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
{
"name": "asbi-testing-server",
"version": "1.0.5",
"description": "A node-based FHIR server to be used for testing alcohol screening and brief intervention (ASBI) clinical decision support (CDS).",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"start": "DEBUG=express:* node index.js"
},
"dependencies": {
"@asymmetrik/node-fhir-server-core": "^2.1",
"@asymmetrik/sof-strategy": "^1.1.1",
"add": "^2.0.6",
"body-parser": "^1.19.0",
"express-oauth-server": "https://github.com/oauthjs/express-oauth-server#dependabot/npm_and_yarn/oauth2-server-3.1.1",
"hosted-git-info": "^6.1.1",
"lowdb": "^5.1.0",
"netmask": "^2.0.2",
"sanitize-html": "^2.10.0",
"uuid": "^9.0.0",
"y18n": "^5.0.8",
"yarn": "^1.19.1"
},
"resolutions": {
"y18n": "^3.2.2",
"netmask": "^2.0.1",
"hosted-git-info": "^3.0.8",
"sanitize-html": "^2.3.2",
"lodash": "^4.17.21"
}
}