mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03:00
34 lines
765 B
JSON
34 lines
765 B
JSON
{
|
|
"name": "@playwright/experimental-ct-core",
|
|
"version": "1.50.0-next",
|
|
"description": "Playwright Component Testing Helpers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./lib/mount": "./lib/mount.js",
|
|
"./lib/program": "./lib/program.js",
|
|
"./types/component": {
|
|
"types": "./types/component.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"playwright-core": "1.50.0-next",
|
|
"vite": "^5.2.8",
|
|
"playwright": "1.50.0-next"
|
|
}
|
|
}
|