iobroker.acinfinity
Version:
Monitor and control AC Infinity devices
69 lines • 1.94 kB
JSON
{
"name": "iobroker.acinfinity",
"version": "0.5.5",
"description": "Monitor and control AC Infinity devices",
"author": {
"name": "laurent Standard",
"email": "raspi@laurent-vite.de"
},
"homepage": "https://github.com/raspilaurent/ioBroker.acinfinity",
"license": "MIT",
"keywords": [
"Pro 69",
"AC Infinity",
"growing",
"climate control",
"ioBroker"
],
"repository": {
"type": "git",
"url": "https://github.com/raspilaurent/ioBroker.acinfinity.git"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.5.0"
},
"devDependencies": {
"@iobroker/testing": "^5.0.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.18",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.44.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.0.4"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"build": "npm run lint && npm test"
},
"bugs": {
"url": "https://github.com/raspilaurent/ioBroker.acinfinity/issues"
},
"readmeFilename": "README.md"
}