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

34 lines
741 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",
2022-06-21 20:32:15 +03:00
"version": "1.24.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": {
"@vitejs/plugin-vue": "^2.3.1",
2022-06-21 20:32:15 +03:00
"@playwright/test": "1.24.0-next",
2022-04-27 02:15:08 +03:00
"vite": "^2.9.5"
2022-04-08 04:16:22 +03:00
}
2022-03-11 19:00:46 +03:00
}