2023-04-18 02:19:21 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/experimental-ct-core",
|
2024-01-13 02:20:27 +03:00
|
|
|
"version": "1.42.0-next",
|
2023-04-18 02:19:21 +03:00
|
|
|
"description": "Playwright Component Testing Helpers",
|
2023-10-06 02:18:22 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-06 02:42:27 +03:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 02:18:22 +03:00
|
|
|
},
|
2023-04-18 02:19:21 +03:00
|
|
|
"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": {
|
2024-01-13 02:20:27 +03:00
|
|
|
"playwright-core": "1.42.0-next",
|
2023-12-06 03:52:41 +03:00
|
|
|
"vite": "^4.4.12",
|
2024-01-13 02:20:27 +03:00
|
|
|
"playwright": "1.42.0-next"
|
2023-04-18 02:19:21 +03:00
|
|
|
},
|
|
|
|
"bin": {
|
2023-10-06 02:42:27 +03:00
|
|
|
"playwright": "cli.js"
|
2023-04-18 02:19:21 +03:00
|
|
|
}
|
|
|
|
}
|