playwright/packages/playwright-ct-react/package.json
2023-11-15 20:05:36 -08:00

39 lines
840 B
JSON

{
"name": "@playwright/experimental-ct-react",
"version": "1.41.0-next",
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
"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.41.0-next",
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
"playwright": "cli.js"
}
}