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

37 lines
776 B
JSON
Raw Normal View History

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