17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"name": "playwright-electron",
|
|
"version": "0.1.2",
|
|
"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.0-next.1589245340205"
|
|
}
|
|
}
|