{
  "displayName": "WeConnect ID",
  "name": "homebridge-vwconnectid",
  "version": "1.1.4",
  "description": "Homebridge plugin for Volkswagen ID.x cars",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/adhyh/homebridge-vwconnectid.git"
  },
  "bugs": {
    "url": "https://github.com/adhyh/homebridge-vwconnectid/issues"
  },
  "engines": {
    "node": ">=12.0.0",
    "homebridge": ">=1.3.5"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint src/**.ts --max-warnings=9999",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "Volkswagen",
    "weconnect",
    "we connect",
    "API",
    "ID.3",
    "ID.4",
    "ID.5",
    "ID 3",
    "ID 4",
    "ID 5",
    "weconnectid",
    "vw connect",
    "carnet"
  ],
  "dependencies": {
    "npm-vwconnectidapi": "1.1.4"
  },
  "devDependencies": {
    "@types/node": "^16.10.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "eslint": "^8.56.0",
    "homebridge": "^1.3.5",
    "nodemon": "^2.0.13",
    "rimraf": "^3.0.2",
    "ts-node": "^10.3.0",
    "typescript": "^4.9.4"
  }
}
