-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.45 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
49
50
51
52
{
"name": "bluebutton-sample-client-nodejs-react",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"cms-bluebutton-sdk": "file:../cms-bb2-node-sdk"
}
},
"../cms-bb2-node-sdk": {
"name": "cms-bluebutton-sdk",
"version": "1.0.5",
"license": "CC0-1.0",
"dependencies": {
"@microsoft/api-extractor": "^7.43.8",
"axios": "^1.8.3",
"babel-jest": "^27.5.1",
"cms-bluebutton-sdk": "^1.0.5",
"moment": "^2.29.4",
"typedoc": "^0.23.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"http-status-codes": "^2.2.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.2.2",
"prettier": "2.5.1",
"rollup": "^2.64.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
}
},
"node_modules/cms-bluebutton-sdk": {
"resolved": "../cms-bb2-node-sdk",
"link": true
}
}
}