UNPKG

iobroker.vw-connect

Version:
79 lines 2.17 kB
{ "author": { "name": "ta2k", "email": "tombox2020@gmail.com" }, "contributors": [ { "name": "ta2k", "email": "tombox2020@gmail.com" }, { "name": "Sneak-L8", "email": "git@sengler.de" } ], "bugs": { "url": "https://github.com/ta2k/ioBroker.vw-connect/issues" }, "bundleDependencies": false, "dependencies": { "@iobroker/adapter-core": "^2.4.0", "@peculiar/webcrypto": "^1.1.6", "request": "^2.88.2", "traverse": "^0.6.6", "uuid": "^8.3.2", "ngeohash": "^0.6.3" }, "deprecated": false, "description": "Adapter for VW Connect", "devDependencies": { "@iobroker/testing": "^2.4.2", "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", "@types/gulp": "^4.0.8", "@types/mocha": "^9.0.0", "@types/node": "^16.0.0", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.0", "@types/sinon-chai": "^3.2.5", "chai": "^4.3.0", "chai-as-promised": "^7.1.1", "eslint": "^7.21.0", "gulp": "^4.0.2", "mocha": "^9.0.1", "proxyquire": "^2.1.3", "sinon": "^11.1.0", "sinon-chai": "^3.5.0" }, "engines": { "node": ">=10.0.0" }, "homepage": "https://github.com/ta2k/ioBroker.vw-connect", "keywords": [ "VW", "Connect", "Audi", "myAudi", "Skoda", "Skoda Connect", "VW Connect", "VW Connect Go" ], "license": "MIT", "main": "main.js", "name": "iobroker.vw-connect", "repository": { "type": "git", "url": "git+https://github.com/TA2k/ioBroker.vw-connect.git" }, "scripts": { "lint": "eslint", "test": "npm run test:js && npm run test:package", "test:integration": "mocha test/integration --exit", "test:js": "mocha --opts test/mocha.custom.opts", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit" }, "version": "0.0.46" }