{
  "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": [],
  "dependencies": {
    "@iobroker/adapter-core": "^3.2.3",
    "@peculiar/webcrypto": "^1.5.0",
    "axios": "^1.8.4",
    "json-bigint": "^1.0.0",
    "json2iob": "^2.6.17",
    "mqtt": "^5.10.4",
    "ngeohash": "^0.6.3",
    "qs": "^6.14.0",
    "request": "^2.88.2",
    "traverse": "^0.6.11",
    "uuid": "^11.1.0"
  },
  "deprecated": false,
  "description": "Adapter for VW Connect",
  "devDependencies": {
    "@alcalzone/release-script": "^3.8.0",
    "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
    "@alcalzone/release-script-plugin-license": "^3.7.0",
    "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.22.0",
    "@iobroker/testing": "^5.0.3",
    "@types/node": "^22.13.10",
    "eslint": "^9.22.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^16.0.0",
    "typescript": "~5.8.2"
  },
  "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",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "translate": "translate-adapter",
    "release": "release-script --all"
  },
  "version": "0.7.9"
}
