{
  "name": "homebridge-pjlink",
  "version": "1.0.6",
  "description": "Homebridge accessory for PJLink supported projectors",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint src/**.ts",
    "watch": "npm run build && npm link && nodemon",
    "build": "rimraf ./dist && tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emptygalaxy/homebridge-pjlink.git"
  },
  "keywords": [
    "homebridge-plugin",
    "pjlink"
  ],
  "author": "Nick Timman",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/emptygalaxy/homebridge-pjlink/issues"
  },
  "homepage": "https://github.com/emptygalaxy/homebridge-pjlink#readme",
  "dependencies": {
    "pjlink": "^0.2.8"
  },
  "engines": {
    "homebridge": "^1.0.4"
  },
  "devDependencies": {
    "@types/node": "^14.0.5",
    "@typescript-eslint/eslint-plugin": "^3.0.1",
    "@typescript-eslint/parser": "^3.0.1",
    "eslint": "^7.1.0",
    "homebridge": "^1.1.6",
    "nodemon": "^2.0.4",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.3"
  }
}
