playwright/packages/playwright/package.json
2020-05-14 14:08:25 -07:00

19 lines
418 B
JSON

{
"name": "playwright",
"version": "1.0.2",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"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.2"
}
}