mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
34 lines
697 B
JSON
34 lines
697 B
JSON
{
|
|
"name": "@playwright/mdd",
|
|
"version": "0.0.1",
|
|
"description": "Playwright MDD",
|
|
"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",
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"debug": "^4.4.1",
|
|
"dotenv": "^16.5.0",
|
|
"mime": "^4.0.7",
|
|
"openai": "^5.7.0",
|
|
"playwright-core": "1.54.0-next",
|
|
"zod-to-json-schema": "^3.24.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.7"
|
|
},
|
|
"bin": {
|
|
"playwright-mdd": "cli.js"
|
|
}
|
|
}
|