{
  "name": "create-playwright",
  "version": "1.17.139",
  "description": "Getting started with writing end-to-end tests with Playwright.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/create-playwright.git"
  },
  "homepage": "https://playwright.dev",
  "author": {
    "name": "Microsoft Corporation"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "index.js",
  "bin": {
    "create-playwright": "./index.js"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019",
    "clean": "rm -rf lib",
    "watch": "npm run build -- --watch",
    "test": "playwright test",
    "prepublish": "npm run build"
  },
  "devDependencies": {
    "@playwright/test": "^1.49.1",
    "@types/ini": "^4.1.1",
    "@types/node": "^18.19.33",
    "ansi-colors": "^4.1.1",
    "commander": "^14.0.1",
    "enquirer": "^2.3.6",
    "esbuild": "^0.25.0",
    "ini": "^4.1.3",
    "typescript": "^5.4.5"
  }
}
