UNPKG

iobroker.sureflap

Version:

Adpater for smart pet devices from Sure Petcare

83 lines (82 loc) 2.18 kB
{ "name": "iobroker.sureflap", "version": "3.1.1", "description": "Adpater for smart pet devices from Sure Petcare", "author": { "name": "Sickboy78", "email": "asmoday_666@gmx.de" }, "homepage": "https://github.com/Sickboy78/ioBroker.sureflap", "license": "MIT", "keywords": [ "ioBroker", "sureflap", "surepetcare", "petcare", "cat", "pet", "flap", "smart home", "surefeed", "feeder", "felaqua" ], "repository": { "type": "git", "url": "https://github.com/Sickboy78/ioBroker.sureflap" }, "engines": { "node": ">= 18" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3" }, "devDependencies": { "@iobroker/adapter-dev": "^1.4.0", "@iobroker/testing": "^5.0.4", "@types/chai": "^4.2.22", "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", "@types/mocha": "^10.0.10", "@types/node": "^22.13.14", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.4", "@types/sinon-chai": "^3.2.12", "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "eslint": "^9.23.0", "eslint-plugin-html": "^8.1.2", "mocha": "^11.1.0", "proxyquire": "^2.1.3", "sinon": "^20.0.0", "sinon-chai": "^3.7.0", "typescript": "^5.8.2" }, "main": "main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "lib/", "www/", "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: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", "translate": "translate-adapter" }, "bugs": { "url": "https://github.com/Sickboy78/ioBroker.sureflap/issues" }, "publishConfig": { "access": "public" }, "readmeFilename": "README.md" }