{
  "name": "tsvesync",
  "version": "1.4.9",
  "description": "A TypeScript library for interacting with VeSync smart home devices",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "test:everest": "ts-node test/everest-air-parity.test.ts",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "vesync",
    "iot",
    "smart-home",
    "typescript",
    "air-purifier",
    "humidifier",
    "smart-plug",
    "smart-bulb"
  ],
  "author": "Mick Giles",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mickgiles/tsvesync.git"
  },
  "bugs": {
    "url": "https://github.com/mickgiles/tsvesync/issues"
  },
  "homepage": "https://github.com/mickgiles/tsvesync#readme",
  "engines": {
    "node": "^18.20.4 || ^20.15.1 || ^22 || ^24"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.10.2",
    "dotenv": "^16.4.7",
    "inquirer": "^12.4.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "api/**/*"
  ]
}
