playwright/packages/playwright-electron/package.json
2020-05-12 15:57:53 -07:00

17 lines
379 B
JSON

{
"name": "playwright-electron",
"version": "0.2.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": "next"
}
}