playwright/packages/playwright-ct-react/package.json

24 lines
545 B
JSON
Raw Normal View History

2022-03-11 19:00:46 +03:00
{
2022-04-08 04:16:22 +03:00
"name": "@playwright/experimental-ct-react",
"private": true,
2022-04-26 08:10:17 +03:00
"version": "0.0.5",
2022-04-08 04:16:22 +03:00
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
"./register": "./register.mjs",
"./test": "./test.js",
"./vitePlugin": "./vitePlugin.js"
2022-04-08 04:16:22 +03:00
},
"devDependencies": {
"@playwright/test": "1.22.0-next"
}
2022-03-11 19:00:46 +03:00
}