24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "@playwright/experimental-ct-react",
|
|
"version": "1.22.2",
|
|
"description": "Playwright Component Testing for React",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
"./register": "./register.mjs",
|
|
".": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
"@playwright/test": "1.22.2",
|
|
"vite": "^2.9.5"
|
|
}
|
|
}
|