{
  "name": "openspec-playwright",
  "version": "0.3.42",
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
  "type": "module",
  "bin": {
    "openspec-pw": "bin/openspec-pw.js"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint src/ tests/ --fix",
    "format": "prettier --write src/ tests/",
    "test": "vitest",
    "test:run": "vitest run",
    "test:smoke": "npm run build && vitest run tests/smoke.test.ts",
    "prepublishOnly": "npm run build",
    "release": "npm version patch && node scripts/bump-docs.js && npm run build && git add docs/index.html && (git diff --cached --quiet || git commit -m 'docs: bump version badge to v${npm_package_version}') && git push && git push --tags"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "glob": "^13.0.6",
    "playwright": "^1.50.0",
    "tar": "^7.5.13"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/node": "^22.0.0",
    "@types/tar": "^6.1.13",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "@vitest/coverage-v8": "^4.1.2",
    "eslint": "^10.1.0",
    "prettier": "^3.8.1",
    "typescript": "^5.6.0",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "bin",
    "templates",
    "scripts",
    ".claude",
    "employee-standards.md",
    "README.md",
    "README.zh-CN.md"
  ],
  "keywords": [
    "openspec",
    "playwright",
    "e2e",
    "testing",
    "claude-code",
    "spec-driven",
    "claude-code-skill"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wxhou/openspec-playwright.git"
  }
}
