forked from nightscout/minimed-connect-to-nightscout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 979 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
36
37
38
39
40
41
{
"name": "minimed-connect-to-nightscout",
"version": "1.5.3",
"description": "Send Medtronic pump and CGM data to Nightscout.",
"author": "Mark Wilson <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/nightscout/minimed-connect-to-nightscout.git"
},
"bugs": {
"url": "https://github.com/nightscout/minimed-connect-to-nightscout/issues"
},
"main": "index.js",
"scripts": {
"start": "node run.js",
"test": "make test"
},
"license": "MIT",
"engines": {
"node": "^16.x || ^14.x || ^10.14.1 || ^8.15.1 || ^12.2.0",
"npm": "^8.x|| ^6.4.1"
},
"dependencies": {
"axios": "^0.26.0",
"axios-cookiejar-support": "^1.0.0",
"common": "^0.2.5",
"lodash": "^4.17.15",
"request": "^2.88.0",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.2.0"
},
"keywords": [
"medtronic",
"minimed",
"cgm",
"nightscout"
]
}