-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "nightscout-connect",
"version": "0.0.12",
"description": "Connect common cloud platforms to Nightscout.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"nightscout-connect": "bin/nightscout-connect"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nightscout/nightscout-connect.git"
},
"bugs": {
"url": "https://github.com/nightscout/nightscout-connect/issues"
},
"homepage": "https://github.com/nightscout/nightscout-connect",
"author": {
"name": "Ben West",
"email": "[email protected]",
"url": "https://github.com/bewest"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"moment": "^2.29.4",
"axios-har-tracker": "^0.5.1"
},
"peerDependencies": {
"moment": "^2.29.4"
},
"dependencies": {
"axios": "^1.3.4",
"axios-cookiejar-support": "^4.0.6",
"qs": "^6.11.1",
"tough-cookie": "^4.1.3",
"xstate": "^4.37.1",
"yargs": "^17.7.1"
}
}