{
  "name": "roku-mcp",
  "version": "1.7.0",
  "description": "MCP server for Roku device automation — deploy, ECP control, screenshots, debug console, and BrightScript profiler analysis",
  "type": "module",
  "main": "dist/index.js",
  "module": "src/index.ts",
  "bin": {
    "roku-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jack1590/RokuMCP.git"
  },
  "homepage": "https://github.com/jack1590/RokuMCP#readme",
  "bugs": {
    "url": "https://github.com/jack1590/RokuMCP/issues"
  },
  "keywords": [
    "mcp",
    "roku",
    "brightscript",
    "ecp",
    "automation",
    "modelcontextprotocol",
    "scenegraph"
  ],
  "mcpName": "io.github.jack1590/RokuMCP",
  "author": "jack1590",
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "node -e \"const fs=require('fs');fs.cpSync('src/assets','dist/assets',{recursive:true});fs.copyFileSync('src/stream/roku-specs.json','dist/stream/roku-specs.json')\"",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "build:test": "tsc -p tsconfig.test.json && node -e \"const fs=require('fs');fs.copyFileSync('src/stream/roku-specs.json','dist-test/src/stream/roku-specs.json')\"",
    "test": "npm run build:test && node --test dist-test/test/diagnose.regression.test.js",
    "prepublishOnly": "npm test",
    "prepare": "npm run build"
  },
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.28.0",
    "axios": "^1.13.6",
    "bsprof-cli": "^1.0.0",
    "dotenv": "^17.3.1",
    "fast-xml-parser": "^5.5.9",
    "roku-deploy": "^3.16.3",
    "roku-perfetto": "^1.0.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "typescript": "^6.0.2"
  }
}
