Files
AI/참고/playwright-main/packages/extension/package.json

19 lines
392 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"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"
}