참고소스 수정본
This commit is contained in:
18
참고/playwright-main/packages/extension/package.json
Normal file
18
참고/playwright-main/packages/extension/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user