{
  "private": false,
  "displayName": "Tessie",
  "name": "homebridge-tessie",
  "description": "Connect Homebridge to your Tessie account.",
  "homepage": "https://github.com/Bre77/homebridge-tessie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bre77/homebridge-tessie.git"
  },
  "bugs": {
    "url": "https://github.com/Bre77/homebridge-tessie/issues/new/choose"
  },
  "type": "module",
  "license": "Apache-2.0",
  "version": "0.4.5",
  "engines": {
    "node": "^18.20.4 || ^20.15.1 || ^22",
    "homebridge": "^1.6.0 || ^2.0.0-beta.0"
  },
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**/*.ts --max-warnings=0",
    "fix": "eslint src/**/*.ts --fix",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "keywords": [
    "homebridge-plugin",
    "tesla",
    "tessie"
  ],
  "devDependencies": {
    "@types/node": "^20.12.13",
    "@typescript-eslint/eslint-plugin": "^7.11.0",
    "@typescript-eslint/parser": "^7.11.0",
    "eslint": "^8.57.0",
    "homebridge": "^1.9.0",
    "nodemon": "^3.1.2",
    "rimraf": "^5.0.7",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "tesla-fleet-api": "^0.2.0"
  },
  "packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}
