iobroker.nightscout
Version:
Provides nightscout server and client for sugar monitoring
88 lines (87 loc) • 2.44 kB
JSON
{
"name": "iobroker.nightscout",
"version": "1.1.0",
"description": "Provides nightscout server and client for sugar monitoring",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"homepage": "https://github.com/ioBroker/ioBroker.nightscout",
"license": "AGPL-3.0",
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"sugar monitoring",
"nightscout",
"we are not waiting"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.nightscout"
},
"optionalDependencies": {
"canvas": "^2.11.2",
"sharp": "~0.32.3",
"nightscout": "14.2.11"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"@iobroker/webserver": "^0.3.6",
"axios": "^1.4.0",
"echarts": "^5.4.2",
"jsdom": "^22.1.0",
"moment": "^2.29.4",
"socket.io-client": "~2.5.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
"@babel/plugin-transform-block-scoping": "^7.22.5",
"@babel/plugin-transform-classes": "^7.22.6",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@iobroker/testing": "^4.1.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/gulp": "^4.0.13",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.45.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"files": [
"admin/",
"img/",
"lib/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "npm run test:package",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"lint": "eslint",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"update-packages": "ncu --upgrade"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.nightscout/issues"
},
"readmeFilename": "README.md"
}