playwright/packages/playwright-firefox/package.json

18 lines
377 B
JSON
Raw Normal View History

{
"name": "playwright-firefox",
2020-03-24 21:28:07 +03:00
"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": {
2020-03-24 21:28:07 +03:00
"playwright-core": "=0.12.1"
}
}