playwright/packages/playwright-ct-core/package.json
2023-07-07 13:01:17 -07:00

32 lines
717 B
JSON

{
"name": "@playwright/experimental-ct-core",
"version": "1.37.0-next",
"description": "Playwright Component Testing Helpers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./cli": "./cli.js",
"./lib/mount": "./lib/mount.js",
"./lib/vitePlugin": "./lib/vitePlugin.js"
},
"dependencies": {
"playwright-core": "1.37.0-next",
"vite": "^4.3.9",
"@playwright/test": "1.37.0-next"
},
"bin": {
"playwright": "./cli.js"
}
}