playwright/packages/playwright/package.json
2020-05-07 12:31:59 -07:00

20 lines
468 B
JSON

{
"name": "playwright",
"version": "1.0.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"main": "index.js",
"scripts": {
"install": "node install.js",
"prepublishOnly": "cp ../../README.md ."
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.0.0-post"
}
}