playwright/packages/create-playwright/package.json

22 lines
483 B
JSON

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