playwright/packages/playwright-firefox/package.json
2020-03-24 11:28:07 -07:00

18 lines
377 B
JSON

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