2021-09-13 23:05:38 +03:00
|
|
|
{
|
|
|
|
"name": "create-playwright",
|
2021-10-22 11:13:49 +03:00
|
|
|
"version": "1.17.0-next",
|
2021-09-13 23:05:38 +03:00
|
|
|
"description": "Getting started with writing end-to-end tests with Playwright.",
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
2021-10-22 11:13:49 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
2021-09-13 23:05:38 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
|
|
|
"create-playwright": "./index.js"
|
|
|
|
},
|
2021-10-22 11:13:49 +03:00
|
|
|
"license": "Apache-2.0",
|
2021-09-13 23:05:38 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "npx playwright test"
|
|
|
|
}
|
|
|
|
}
|