playwright/tests/installation/playwright-test-plugin/package.json

16 lines
295 B
JSON

{
"name": "playwright-test-plugin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@playwright/test": "1.x"
},
"keywords": [],
"author": "",
"license": "ISC"
}