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