forked from timoschlueter/nightscout-librelink-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 931 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
{
"name": "nightscout-librelink-up",
"version": "1.8.1",
"description": "Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timoschlueter/nightscout-librelink-up.git"
},
"keywords": [
"nightscout",
"cgm",
"diabetes",
"blood",
"sugar",
"freestyle",
"libre",
"librelink",
"librelink",
"up",
"uploader"
],
"author": "Timo Schlueter",
"license": "MIT",
"bugs": {
"url": "https://github.com/timoschlueter/nightscout-librelink-up/issues"
},
"homepage": "https://github.com/timoschlueter/nightscout-librelink-up#readme",
"dependencies": {
"axios": "^0.27.2",
"node-cron": "3.0.0",
"winston": "^3.7.2"
}
}