2021-09-13 22:05:38 +02:00
|
|
|
{
|
|
|
|
|
"name": "create-playwright",
|
2021-09-20 09:22:00 +02:00
|
|
|
"version": "0.1.7",
|
2021-09-13 22:05:38 +02:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|