2022-03-11 19:00:46 +03:00
|
|
|
{
|
2022-04-08 04:16:22 +03:00
|
|
|
"name": "@playwright/experimental-ct-react",
|
2023-11-16 07:05:36 +03:00
|
|
|
"version": "1.41.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": {
|
2023-11-16 07:05:36 +03:00
|
|
|
"@playwright/experimental-ct-core": "1.41.0-next",
|
2023-05-02 01:19:49 +03:00
|
|
|
"@vitejs/plugin-react": "^4.0.0"
|
2023-02-09 19:50:50 +03:00
|
|
|
},
|
|
|
|
"bin": {
|
2023-10-06 02:42:27 +03:00
|
|
|
"playwright": "cli.js"
|
2022-04-08 04:16:22 +03:00
|
|
|
}
|
2022-03-11 19:00:46 +03:00
|
|
|
}
|