playwright/packages/playwright-ct-vue/package.json
2024-07-01 18:51:59 +02:00

40 lines
874 B
JSON

{
"name": "@playwright/experimental-ct-vue",
"version": "1.46.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": ">=18"
},
"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"
},
"./package.json": "./package.json"
},
"dependencies": {
"@playwright/experimental-ct-core": "1.46.0-next",
"@vitejs/plugin-vue": "^4.2.1"
},
"bin": {
"playwright": "cli.js"
}
}