-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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": "udap-spike",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "nodemon src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft-healthcare-madison/udap-spike.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/microsoft-healthcare-madison/udap-spike/issues"
},
"homepage": "https://github.com/microsoft-healthcare-madison/udap-spike#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@simplewebauthn/typescript-types": "^4.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.3",
"babel-jest": "^27.4.2",
"jest": "^27.4.3",
"nodemon": "^2.0.15",
"supertest": "^6.1.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@simplewebauthn/server": "^4.2.0",
"@types/fhir": "^0.0.34",
"cors": "^2.8.5",
"cross-fetch": "^3.1.4",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jose": "^4.3.7",
"uuid": "^8.3.2"
}
}