playwright/packages/playwright-webkit/package.json
2020-01-21 18:38:39 -08:00

18 lines
385 B
JSON

{
"name": "playwright-webkit",
"version": "0.9.19-post",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
"scripts": {
"install": "node install.js"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.9.19-post"
}
}