-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "hl7-fhir-udap-server",
"version": "1.0.0",
"description": "A reference UDAP-capable authorization server built with the ability to plug in different OAuth servers. Okta and Auth0 included.",
"main": "",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evernorth/hl7-fhir-udap-server.git"
},
"author": "Evernorth/Okta",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/Evernorth/hl7-fhir-udap-server/issues"
},
"homepage": "https://github.com/Evernorth/hl7-fhir-udap-server#readme",
"dependencies": {
"@okta/okta-sdk-nodejs": "^7.0.0",
"auth0": "^3.4.0",
"axios": "^1.4.0",
"njwt": "^2.0.0",
"pem-jwk": "^2.0.0",
"querystring": "^0.2.1",
"hl7-fhir-udap-client": "file:../hl7-fhir-udap-client",
"hl7-fhir-udap-common": "file:../hl7-fhir-udap-common"
},
"devDependencies": {
"serverless": "^3.21.0",
"serverless-certificate-creator": "^1.6.0",
"serverless-domain-manager": "^7.0.4"
}
}