-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.52 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@amida-tech/blue-button-record",
"description": "Master Health Record and Data Reconciliation Engine Persistance Layer",
"version": "1.7.3",
"author": "Dmitry Kachaev",
"contributors": [
{
"name": "Matthew McCall",
"email": "[email protected]"
},
{
"name": "Afsin Ustundag",
"email": "[email protected]"
},
{
"name": "Matt Martz",
"email": "[email protected]"
},
{
"name": "Marc Sylvestre",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:amida-tech/blue-button-record.git"
},
"bugs": {
"url": "https://github.com/amida-tech/blue-button-record/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"scripts": {
"test": "grunt run:test",
"coverage": "grunt run:coverage"
},
"dependencies": {
"@amida-tech/blue-button-meta": "^1.7.5",
"@amida-tech/blue-button-pim": "^2.2.6",
"async": "^3.2.5",
"doublemetaphone": "^0.1.2",
"lodash": "^4.17.21",
"mongoose": "6.12.8"
},
"devDependencies": {
"@amida-tech/blue-button": "^1.10.11",
"brfs": "^2.0.2",
"grunt": "^1.6.1",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-run": "^0.8.1",
"jest": "^29.7.0",
"moment": "^2.30.1"
},
"engines": {
"node": ">=14.19.3"
}
}