{
  "name": "hyly-e2e-plugin",
  "version": "1.1.0",
  "description": "Comprehensive E2E test automation plugin for Claude Code with 7-stage pipeline from requirements to execution",
  "main": "index.js",
  "scripts": {
    "stage1": "node scripts/stage1-notion-requirements-reader.js",
    "stage3": "node scripts/stage3-notion-test-registration.js",
    "stage6": "node scripts/stage6-test-execution-reporting.js"
  },
  "keywords": [
    "claude-code-plugin",
    "playwright",
    "e2e-testing",
    "test-automation",
    "notion-integration",
    "test-generation",
    "selector-discovery",
    "test-debugging",
    "ai-testing"
  ],
  "author": "Hyly.ai <support@hyly.ai>",
  "license": "MIT",
  "homepage": "https://github.com/hyly-ai/hyly-e2e-plugin#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyly-ai/hyly-e2e-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/hyly-ai/hyly-e2e-plugin/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "@playwright/test": "^1.40.0"
  },
  "dependencies": {
    "@notionhq/client": "^2.2.0",
    "dotenv": "^16.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0"
  },
  "claudeCodePlugin": {
    "manifest": ".claude-plugin/plugin.json",
    "minimumClaudeCodeVersion": "1.0.0"
  }
}
