mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-16 15:52:24 +03:00
22 lines
483 B
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"
|
|
}
|
|
}
|