playwright/packages/playwright-ct-core/package.json
2023-05-17 19:05:38 -07:00

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"
}
}