17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"name": "playwright-electron",
|
|
"version": "0.3.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": "next"
|
|
}
|
|
}
|