{
  "name": "ttj-skills-browser",
  "version": "1.2.7",
  "description": "ttj-skills-browser - Playwright CLI with auto-profile management",
  "type": "module",
  "bin": {
    "ttj-skills-browser": "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",
    "browser",
    "automation",
    "cli"
  ],
  "author": "TTJ",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddoojoang/ttj-skills-browser.git"
  },
  "bugs": {
    "url": "https://github.com/ddoojoang/ttj-skills-browser/issues"
  },
  "homepage": "https://github.com/ddoojoang/ttj-skills-browser#readme",
  "engines": {
    "node": ">=16.0.0"
  }
}
