playwright/packages/playwright-ct-react/package.json
2023-02-09 17:50:50 +01:00

37 lines
792 B
JSON

{
"name": "@playwright/experimental-ct-react",
"version": "1.31.0-next",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
},
"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": {
"@vitejs/plugin-react": "^3.0.0",
"@playwright/test": "1.31.0-next",
"vite": "^4.0.3"
},
"bin": {
"playwright": "./cli.js"
}
}