2023-04-18 01:19:21 +02:00
|
|
|
{
|
|
|
|
|
"name": "@playwright/experimental-ct-core",
|
2024-05-23 09:29:52 +02:00
|
|
|
"version": "1.44.1",
|
2023-04-18 01:19:21 +02:00
|
|
|
"description": "Playwright Component Testing Helpers",
|
2023-10-06 01:18:22 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-10-06 01:42:27 +02:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 01:18:22 +02:00
|
|
|
},
|
2023-04-18 01:19:21 +02:00
|
|
|
"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-20 00:32:33 +02:00
|
|
|
"./lib/mount": "./lib/mount.js",
|
2024-01-24 00:22:09 +01:00
|
|
|
"./lib/program": "./lib/program.js",
|
2023-08-18 22:44:05 +02:00
|
|
|
"./types/component": {
|
|
|
|
|
"types": "./types/component.d.ts"
|
|
|
|
|
}
|
2023-04-18 01:19:21 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-05-23 09:29:52 +02:00
|
|
|
"playwright-core": "1.44.1",
|
2024-04-08 09:48:05 +02:00
|
|
|
"vite": "^5.2.8",
|
2024-05-23 09:29:52 +02:00
|
|
|
"playwright": "1.44.1"
|
2023-04-18 01:19:21 +02:00
|
|
|
}
|
|
|
|
|
}
|