2022-03-11 19:00:46 +03:00
|
|
|
{
|
2022-04-08 04:16:22 +03:00
|
|
|
"name": "@playwright/experimental-ct-react",
|
2024-02-27 03:45:25 +03:00
|
|
|
"version": "1.43.0-next",
|
2022-04-08 04:16:22 +03:00
|
|
|
"description": "Playwright Component Testing for React",
|
2023-10-06 02:18:22 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-06 02:42:27 +03:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 02:18:22 +03:00
|
|
|
},
|
2022-04-08 04:16:22 +03:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2023-06-02 11:04:41 +03:00
|
|
|
"node": ">=16"
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
2022-05-26 23:09:32 +03:00
|
|
|
".": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"./register": {
|
|
|
|
"types": "./register.d.ts",
|
|
|
|
"default": "./register.mjs"
|
2022-07-12 19:37:33 +03:00
|
|
|
},
|
|
|
|
"./hooks": {
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
"default": "./hooks.mjs"
|
2022-05-26 23:09:32 +03:00
|
|
|
}
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
2022-04-27 02:15:08 +03:00
|
|
|
"dependencies": {
|
2024-02-27 03:45:25 +03:00
|
|
|
"@playwright/experimental-ct-core": "1.43.0-next",
|
2024-01-19 22:13:03 +03:00
|
|
|
"@vitejs/plugin-react": "^4.2.1"
|
2023-02-09 19:50:50 +03:00
|
|
|
},
|
|
|
|
"bin": {
|
2024-01-25 19:36:13 +03:00
|
|
|
"playwright": "cli.js",
|
|
|
|
"pw-react": "cli.js"
|
2022-04-08 04:16:22 +03:00
|
|
|
}
|
2022-03-11 19:00:46 +03:00
|
|
|
}
|