{
  "name": "homebridge-xiaoai",
  "version": "0.1.13",
  "description": "Xiaoai Operator for Homebridge",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -fr dist",
    "prepublishOnly": "npm run build",
    "document": "./gh-md-toc --insert README.md;./gh-md-toc --insert Troubleshooting.md",
    "lint": "tslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkcity/homebridge-xiaoai.git"
  },
  "keywords": [
    "xiaoai",
    "homebridge-plugin"
  ],
  "author": "gkcity",
  "bugs": {
    "url": "https://github.com/gkcity/homebridge-xiaoai/issues"
  },
  "homepage": "https://github.com/gkcity/homebridge-xiaoai#readme",
  "engines": {
    "node": ">=4.4.5",
    "homebridge": ">=0.4.16"
  },
  "dependencies": {
    "hap-node-client": ">=0.0.25",
    "qrcode-terminal": "^0.12.0",
    "ts-md5": "^1.2.6",
    "typed-rest-client": "^1.5.0",
    "xiot-core-xcp-node-ts": "^0.19.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "async-file": "^2.0.2",
    "chai": "^4.1.2",
    "mocha": "^5.0.1",
    "ts-node": "^4.1.0",
    "tslint": "~5.9.1",
    "typescript": "^3.1.6",
    "typings": "^2.1.1",
    "yajsondiff": "^2.0.0",
    "documentation": "11.0.0"
  }
}
