{
  "name": "neramirez-broadlink-ts",
  "version": "0.1.10",
  "description": "A TypeScript-enhanced Node.JS fork of broadlinkjs, designed for interacting with RM devices in homebridge-broadlink-rm. Now includes a feature for handling multiple requests to the same device, with a specific focus on supporting homebridge-broadlink-window-covering.",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc && node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neramirez/broadlinkts-rm.git"
  },
  "keywords": [
    "Broadlink",
    "IoT",
    "remote",
    "control"
  ],
  "author": "Nicolas Ramirez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neramirez/broadlinkts-rm/issues"
  },
  "homepage": "https://github.com/neramirez/broadlinkts-rm/blob/master/README.md",
  "devDependencies": {
    "@types/node": "^20.11.17",
    "prettier": "^3.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "neramirez-broadlink-ts": "^0.1.9",
    "winston": "^3.11.0"
  }
}
