40 lines
880 B
JSON
Raw Permalink Normal View History

2022-03-11 08:00:46 -08:00
{
2022-04-07 19:16:22 -06:00
"name": "@playwright/experimental-ct-react",
2025-06-04 16:31:13 +01:00
"version": "1.54.0-next",
2022-04-07 19:16:22 -06:00
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2022-04-07 19:16:22 -06:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
2022-04-07 19:16:22 -06:00
},
"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"
2024-07-01 18:51:59 +02:00
},
"./package.json": "./package.json"
2022-04-07 19:16:22 -06:00
},
2022-04-26 15:15:08 -08:00
"dependencies": {
2025-06-04 16:31:13 +01:00
"@playwright/experimental-ct-core": "1.54.0-next",
"@vitejs/plugin-react": "^4.2.1"
},
"bin": {
"playwright": "cli.js"
2022-04-07 19:16:22 -06:00
}
2022-03-11 08:00:46 -08:00
}