2022-06-03 03:37:43 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/experimental-ct-vue2",
|
2023-11-16 07:05:36 +03:00
|
|
|
"version": "1.41.0-next",
|
2022-06-03 03:37:43 +03:00
|
|
|
"description": "Playwright Component Testing for Vue2",
|
2023-10-06 02:18:22 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-06 02:42:27 +03:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 02:18:22 +03:00
|
|
|
},
|
2022-06-03 03:37:43 +03:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2023-06-02 11:04:41 +03:00
|
|
|
"node": ">=16"
|
2022-06-03 03:37:43 +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"
|
2022-07-12 19:37:33 +03:00
|
|
|
},
|
|
|
|
"./hooks": {
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
"default": "./hooks.mjs"
|
2022-06-03 03:37:43 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-16 07:05:36 +03:00
|
|
|
"@playwright/experimental-ct-core": "1.41.0-next",
|
2023-04-18 02:19:21 +03:00
|
|
|
"@vitejs/plugin-vue2": "^2.2.0"
|
2022-06-03 03:37:43 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-14 00:19:59 +03:00
|
|
|
"vue": "^2.7.14"
|
2023-02-09 19:50:50 +03:00
|
|
|
},
|
|
|
|
"bin": {
|
2023-10-06 02:42:27 +03:00
|
|
|
"playwright": "cli.js"
|
2022-06-03 03:37:43 +03:00
|
|
|
}
|
|
|
|
}
|