17 lines
381 B
JSON
17 lines
381 B
JSON
|
|
{
|
||
|
|
"name": "playwright-electron",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "A high-level API to automate Electron",
|
||
|
|
"repository": "github:Microsoft/playwright",
|
||
|
|
"homepage": "https://playwright.dev",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {},
|
||
|
|
"author": {
|
||
|
|
"name": "Microsoft Corporation"
|
||
|
|
},
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"playwright-core": "^1.0.1"
|
||
|
|
}
|
||
|
|
}
|