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