mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
39 lines
834 B
JSON
39 lines
834 B
JSON
{
|
|
"name": "@playwright/experimental-ct-vue",
|
|
"version": "1.41.0-next",
|
|
"description": "Playwright Component Testing for Vue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./register": {
|
|
"types": "./register.d.ts",
|
|
"default": "./register.mjs"
|
|
},
|
|
"./hooks": {
|
|
"types": "./hooks.d.ts",
|
|
"default": "./hooks.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@playwright/experimental-ct-core": "1.41.0-next",
|
|
"@vitejs/plugin-vue": "^4.2.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
}
|
|
}
|