playwright/packages/playwright-ct-vue/package.json

37 lines
786 B
JSON
Raw Normal View History

2022-03-11 19:00:46 +03:00
{
2022-04-08 04:16:22 +03:00
"name": "@playwright/experimental-ct-vue",
2023-02-16 03:15:42 +03:00
"version": "1.32.0-next",
2022-04-26 08:10:17 +03:00
"description": "Playwright Component Testing for Vue",
2022-04-08 04:16:22 +03:00
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
2022-04-08 04:16:22 +03:00
},
"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"
}
2022-04-08 04:16:22 +03:00
},
2022-04-27 02:15:08 +03:00
"dependencies": {
2022-12-27 20:14:39 +03:00
"@vitejs/plugin-vue": "^4.0.0",
2023-02-16 03:15:42 +03:00
"@playwright/test": "1.32.0-next",
2023-02-14 00:19:59 +03:00
"vite": "^4.1.1"
},
"bin": {
"playwright": "./cli.js"
2022-04-08 04:16:22 +03:00
}
2022-03-11 19:00:46 +03:00
}