{
  "name": "roku-client",
  "version": "6.0.0",
  "description": "Send commands to your Roku devices",
  "keywords": [
    "roku",
    "ssdp"
  ],
  "homepage": "https://github.com/bschlenk/node-roku-client",
  "bugs": {
    "url": "https://github.com/bschlenk/node-roku-client/issues"
  },
  "license": "Apache-2.0",
  "author": "Brian Schlenker <bschlenk@umich.edu> (http://github.com/bschlenk)",
  "repository": {
    "type": "git",
    "url": "https://github.com/bschlenk/node-roku-client"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "!**/__tests__/"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test:unit": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint --ext .ts lib",
    "lint:fix": "pnpm lint --fix",
    "test": "pnpm lint && pnpm test:unit",
    "build": "tsc",
    "release": "standard-version",
    "prepare": "husky",
    "prepublishOnly": "pnpm test && pnpm build"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "node-ssdp": "^4.0.1",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@bschlenk/eslint-config": "^0.0.4",
    "@commitlint/cli": "^20.4.0",
    "@commitlint/config-conventional": "^20.4.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^25.1.0",
    "@types/xml2js": "^0.4.14",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.39.2",
    "husky": "^9.1.7",
    "prettier": "^3.8.1",
    "standard-version": "^9.5.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18",
    "vitest-fetch-mock": "^0.4.5"
  },
  "packageManager": "pnpm@10.28.2"
}
