27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "@playwright/experimental-ct-core",
|
|
"version": "1.34.3",
|
|
"description": "Playwright Component Testing Helpers",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
"./cli": "./cli.js",
|
|
"./lib/mount": "./lib/mount.js",
|
|
"./lib/vitePlugin": "./lib/vitePlugin.js"
|
|
},
|
|
"dependencies": {
|
|
"vite": "^4.3.3",
|
|
"@playwright/test": "1.34.3"
|
|
},
|
|
"bin": {
|
|
"playwright": "./cli.js"
|
|
}
|
|
}
|