19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "playwright-webkit",
|
|
"version": "1.0.0-post",
|
|
"description": "A high-level API to automate WebKit",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"install": "node install.js"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "=1.0.0-post"
|
|
}
|
|
}
|