19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"name": "@playwright/extension",
|
|
"version": "0.2.1",
|
|
"description": "Playwright Browser Extension",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|