2023-04-18 01:19:21 +02:00
|
|
|
{
|
|
|
|
|
"name": "@playwright/experimental-ct-core",
|
2023-09-12 03:16:16 +02:00
|
|
|
"version": "1.39.0-next",
|
2023-04-18 01:19:21 +02:00
|
|
|
"description": "Playwright Component Testing Helpers",
|
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2023-06-02 10:04:41 +02:00
|
|
|
"node": ">=16"
|
2023-04-18 01:19:21 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
2023-06-02 05:28:49 +02:00
|
|
|
".": {
|
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"default": "./index.js"
|
|
|
|
|
},
|
2023-04-18 01:19:21 +02:00
|
|
|
"./cli": "./cli.js",
|
2023-04-20 00:32:33 +02:00
|
|
|
"./lib/mount": "./lib/mount.js",
|
2023-08-18 22:44:05 +02:00
|
|
|
"./lib/vitePlugin": "./lib/vitePlugin.js",
|
|
|
|
|
"./types/component": {
|
|
|
|
|
"types": "./types/component.d.ts"
|
|
|
|
|
}
|
2023-04-18 01:19:21 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-12 03:16:16 +02:00
|
|
|
"playwright-core": "1.39.0-next",
|
2023-10-03 23:59:13 +02:00
|
|
|
"vite": "^4.4.10",
|
2023-09-12 03:16:16 +02:00
|
|
|
"playwright": "1.39.0-next"
|
2023-04-18 01:19:21 +02:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
|
}
|
|
|
|
|
}
|