{
  "name": "alexa-mcp",
  "version": "0.4.4",
  "description": "MCP server and CLI for Alexa devices and smart home control",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "alexa-mcp": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "postinstall": "patch-package",
    "prepare": "npm run build",
    "start": "node dist/index.js",
    "cli": "node dist/cli.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:integration": "TEST_INTEGRATION=1 vitest run",
    "test:e2e": "TEST_INTEGRATION=1 vitest run test/e2e.test.ts",
    "test:e2e:devices": "TEST_INTEGRATION=1 vitest run test/e2e-devices.test.ts"
  },
  "keywords": [
    "alexa",
    "mcp",
    "smart-home",
    "echo",
    "model-context-protocol"
  ],
  "author": "m0nkmaster",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "alexa-cookie2": "^5.0.3",
    "commander": "^12.0.0",
    "patch-package": "^8.0.1",
    "undici": "^6.19.8",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^22.0.0",
    "eslint": "^9.39.4",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.57.0",
    "vitest": "^2.1.0"
  },
  "files": [
    "dist",
    "patches",
    "README.md"
  ]
}
