{
  "name": "ttj-skills-playwright",
  "version": "1.1.0",
  "description": "Drive an existing Chrome over CDP (Playwright core) with one-shot commands — eval, goto, click, type, wait, tabs, screenshot — plus page element visualization and crawl-target analysis. Skill for Claude Code & Codex.",
  "type": "module",
  "bin": {
    "ttj-skills-playwright": "dist/cli.js"
  },
  "main": "./dist/cli.js",
  "files": [
    "dist",
    ".claude/skills",
    "scripts"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/cli.js",
    "prepare": "npm run build",
    "postinstall": "node scripts/install-skill.js"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "playwright-core": "^1.61.1"
  },
  "devDependencies": {
    "typescript": "^5.4.0",
    "@types/node": "^20.11.0"
  },
  "keywords": [
    "playwright",
    "cdp",
    "chrome",
    "browser",
    "automation",
    "cli",
    "crawl",
    "scraping",
    "claude",
    "codex",
    "skill"
  ],
  "author": "TTJ",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddoojoang/ttj-skills-playwright.git"
  },
  "bugs": {
    "url": "https://github.com/ddoojoang/ttj-skills-playwright/issues"
  },
  "homepage": "https://github.com/ddoojoang/ttj-skills-playwright#readme",
  "engines": {
    "node": ">=18.0.0"
  }
}
