-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 831 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
{
"name": "ords-fhir",
"version": "0.12.0",
"description": "",
"main": "build/src/index.js",
"typings": "build/src/index.d.ts",
"dependencies": {
"body-parser": "^1.14.2",
"cors": "^2.7.1",
"di-type": "^2.0.0",
"ords-db": "^0.14.2",
"simple-ts-schema": "^1.0.0",
"snyk": "^1.316.1"
},
"scripts": {
"test": "node build/test",
"prepublish": "npm run snyk-protect && typings install -o && tsc",
"snyk-protect": "snyk protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MedSolve/ords-core.git"
},
"keywords": [
"NodeJS",
"typescript"
],
"author": "MedSolve",
"license": "MIT",
"bugs": {
"url": "https://github.com/MedSolve/ords-core/issues"
},
"homepage": "https://github.com/MedSolve/ords-core#readme",
"snyk": true
}