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": {
|
2022-05-10 18:01:45 +03:00
|
|
|
"node": ">=14"
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
2022-05-26 23:09:32 +03:00
|
|
|
".": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"./register": {
|
|
|
|
"types": "./register.d.ts",
|
|
|
|
"default": "./register.mjs"
|
2022-07-11 23:54:05 +03:00
|
|
|
},
|
|
|
|
"./hooks": {
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
"default": "./hooks.mjs"
|
2022-05-26 23:09:32 +03:00
|
|
|
}
|
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"
|
2023-02-09 19:50:50 +03:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"playwright": "./cli.js"
|
2022-04-08 04:16:22 +03:00
|
|
|
}
|
2022-03-11 19:00:46 +03:00
|
|
|
}
|