mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "@playwright/experimental-ct-core",
|
|
"version": "1.35.0-next",
|
|
"description": "Playwright Component Testing Helpers",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
"./cli": "./cli.js",
|
|
"./lib/mount": "./lib/mount.js",
|
|
"./lib/vitePlugin": "./lib/vitePlugin.js"
|
|
},
|
|
"dependencies": {
|
|
"vite": "^4.3.3",
|
|
"@playwright/test": "1.35.0-next"
|
|
},
|
|
"bin": {
|
|
"playwright": "./cli.js"
|
|
}
|
|
}
|