2023-04-18 01:19:21 +02:00
|
|
|
{
|
|
|
|
|
"name": "@playwright/experimental-ct-core",
|
2023-04-24 21:48:02 +02:00
|
|
|
"version": "1.34.0-next",
|
2023-04-18 01:19:21 +02:00
|
|
|
"description": "Playwright Component Testing Helpers",
|
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./cli": "./cli.js",
|
2023-04-20 00:32:33 +02:00
|
|
|
"./lib/mount": "./lib/mount.js",
|
2023-04-18 01:19:21 +02:00
|
|
|
"./lib/vitePlugin": "./lib/vitePlugin.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-05-02 00:19:49 +02:00
|
|
|
"vite": "^4.3.3",
|
2023-04-24 21:48:02 +02:00
|
|
|
"@playwright/test": "1.34.0-next"
|
2023-04-18 01:19:21 +02:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
|
}
|
|
|
|
|
}
|