iobroker.bosch-ebike
Version:
Adapter for Bosch eBike
80 lines (79 loc) • 2.18 kB
JSON
{
"name": "iobroker.bosch-ebike",
"version": "0.1.13",
"description": "Adapter for Bosch eBike",
"author": {
"name": "TA2k",
"email": "tombox2020@gmail.com"
},
"homepage": "https://github.com/TA2k/ioBroker.bosch-ebike",
"license": "MIT",
"keywords": [
"bosch",
"ebike",
"ebike connect",
"ioBroker"
],
"repository": {
"type": "git",
"url": "https://github.com/TA2k/ioBroker.bosch-ebike"
},
"dependencies": {
"@iobroker/adapter-core": "^3.4.1",
"axios": "^1.18.1",
"http-cookie-agent": "^8.0.0",
"json2iob": "^2.6.25",
"qs": "^6.15.3",
"tough-cookie": "^6.0.2"
},
"devDependencies": {
"@alcalzone/release-script": "^5.2.1",
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
"@alcalzone/release-script-plugin-license": "^5.2.0",
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@iobroker/testing": "^5.3.0",
"@types/node": "^22.20.1",
"eslint": "^10.7.0",
"globals": "^17.7.0",
"typescript": "~7.0.2"
},
"overrides": {
"serialize-javascript": "^7.0.7",
"mocha": {
"diff": "^8.0.4"
},
"@alcalzone/esbuild-register": {
"esbuild": "^0.25.0"
}
},
"engines": {
"node": ">=22"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*).json",
"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",
"release": "release-script --all"
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.bosch-ebike/issues"
},
"readmeFilename": "README.md"
}