UNPKG

iobroker.imow

Version:
49 lines (48 loc) 1.32 kB
{ "name": "iobroker.imow", "version": "0.1.2", "description": "Adapter for Stihl Vikin iMow", "author": { "name": "TA2k", "email": "tombox2020@gmail.com" }, "homepage": "https://github.com/TA2k/ioBroker.imow", "license": "MIT", "keywords": [ "imow", "stihl", "viking" ], "repository": { "type": "git", "url": "https://github.com/TA2k/ioBroker.imow" }, "dependencies": { "@iobroker/adapter-core": "^3.0.6", "axios": "^1.6.8", "http-cookie-agent": "^5.0.4", "json2iob": "^2.6.8", "qs": "^6.12.0", "tough-cookie": "^4.1.3" }, "devDependencies": { "@iobroker/testing": "^4.1.1", "@types/node": "^20.12.3", "eslint": "^8.57.0", "typescript": "^5.4.3" }, "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" }, "bugs": { "url": "https://github.com/TA2k/ioBroker.imow/issues" }, "readmeFilename": "README.md" }