iobroker.fritzdect
Version:
ioBroker fritzbox DECT Adapter
71 lines • 1.9 kB
JSON
{
"name": "iobroker.fritzdect",
"version": "2.6.1",
"description": "ioBroker fritzbox DECT Adapter",
"author": {
"name": "foxthefox",
"email": "foxthefox@wysiwis.net"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/foxthefox/ioBroker.fritzdect",
"license": "MIT",
"keywords": [
"ioBroker",
"DECT2x0",
"DECT3x0",
"DECT4x0",
"DECT500",
"Contacts",
"Blinds",
"fritzbox"
],
"repository": {
"type": "git",
"url": "https://github.com/foxthefox/ioBroker.fritzdect"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.3",
"fritzdect-aha-nodejs": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/testing": "^5.0.3",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "^22.13.8",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"chai": "^5.2.0",
"chai-as-promised": "^8.0.0",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"mocha": "^11.1.0",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"typescript": "^5.8.2"
},
"main": "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:unit": "mocha test/unit --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",
"mockserver": "node test/lib/fritz_mockserver.js",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/foxthefox/ioBroker.fritzdect/issues"
},
"readmeFilename": "README.md"
}