-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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": "base-icare-extraction-client",
"version": "2.3.2",
"description": "",
"contributors": [
"Julia Afeltra <jafeltra@mitre.org>",
"Julian Carter <jacarter@mitre.org>",
"Matthew Gramigna <mgramigna@mitre.org>",
"Daniel Lee <daniellee@mitre.org>",
"Dylan Mahalingam <kmahalingam@mitre.org>",
"Dylan Mendelowitz <dmendelowitz@mitre.org",
"Dylan Phelan <dphelan@mitre.org>"
],
"main": "src/",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "node src/cli.js",
"lint": "eslint \"./**/*.js\"",
"lint-fix": "eslint \"./**/*.js\" --fix",
"test": "cross-env LOGGING=none jest",
"test:watch": "cross-env LOGGING=none jest --watchAll"
},
"resolutions": {
"antlr4": "4.8.0"
},
"license": "Apache-2.0",
"dependencies": {
"commander": "^4.1.1",
"cross-env": "^7.0.1",
"csv-parse": "^4.8.9",
"fhir-mapper": "git+https://github.com/standardhealth/fhir-mapper.git#old-fhirpath",
"fhir-messaging-client": "git+https://github.com/ICAREdata/fhir-messaging-client.git",
"fhirpath": "^2.3.0",
"lodash": "^4.17.21",
"mcode-extraction-framework": "git+https://github.com/mcode/mcode-extraction-framework.git",
"moment": "^2.29.4",
"nodemailer": "^6.7.2",
"uuid": "^7.0.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"jest": "^25.1.0",
"jest-when": "^2.7.0",
"rewire": "^5.0.0"
}
}