playwright/packages/playwright-ct-react/package.json
2023-09-11 18:16:16 -07:00

36 lines
786 B
JSON

{
"name": "@playwright/experimental-ct-react",
"version": "1.39.0-next",
"description": "Playwright Component Testing for React",
"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"
},
"./register": {
"types": "./register.d.ts",
"default": "./register.mjs"
},
"./hooks": {
"types": "./hooks.d.ts",
"default": "./hooks.mjs"
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.39.0-next",
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
"playwright": "./cli.js"
}
}