playwright/packages/playwright-webkit/package.json
Joel Einbinder fa1d286d56
chore: npm packages (#525)
## playwright-chromium
- installs chromium
- exposes chromium api from playwright-core

## playwright-firefox
- installs firefox
- exposes firefox api from playwright-core

## playwright-webkit
- installs webkit
- exposes webkit api from playwright-core

## playwright-core
- downloads no browsers
- contains all of the js code
- designed for internal use

## playwright
- downloads all browsers
- exposes the entire api from playwright-core

## github
- downloads all browsers, generates protocol definitions, builds typescript
- exposes "playwright-core" api
2020-01-21 12:22:17 -08:00

18 lines
385 B
JSON

{
"name": "playwright-webkit",
"version": "0.9.17-post",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
"scripts": {
"install": "node install.js"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.9.17-post"
}
}