{ "name": "create-playwright", "version": "0.1.7", "description": "Getting started with writing end-to-end tests with Playwright.", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev", "author": "Microsoft", "engines": { "node": ">=12" }, "main": "index.js", "bin": { "create-playwright": "./index.js" }, "license": "MIT", "scripts": { "test": "npx playwright test" } }