{
  "name": "hap-proxy",
  "version": "0.4.1",
  "description": "An HAP proxy tool written in Typescript",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "bin",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@homebridge/ciao": "^1.1.2",
    "bonjour-hap": "^3.6.3",
    "fast-srp-hap": "2.0.4",
    "debug": "^4.3.2",
    "ip": "^1.1.5",
    "node-persist": "^3.1.0",
    "tweetnacl": "^1.0.3",
    "futoin-hkdf": "~1.4.2",
    "commander": "~5.1.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/ip": "^1.1.0",
    "@types/jest": "^27.0.2",
    "@types/node": "^12.20.33",
    "@types/node-persist": "^3.1.2",
    "jest": "^27.2.5",
    "rimraf": "^3.0.2",
    "simple-plist": "1.1.1",
    "ts-jest": "^27.0.6",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "build": "rimraf lib/ && tsc",
    "clean": "rimraf lib/",
    "generateTypes": "ts-node --files src/definitions/generate.ts",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Supereg/hap-proxy.git"
  },
  "author": "Andreas Bauer <mail@anderl-bauer.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Supereg/hap-proxy/issues"
  },
  "homepage": "https://github.com/Supereg/hap-proxy",
  "bin": {
    "hap-proxy": "bin/hap-proxy.js"
  }
}
