2022-06-03 03:37:43 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/experimental-ct-vue2",
|
2022-06-21 20:32:15 +03:00
|
|
|
"version": "1.24.0-next",
|
2022-06-03 03:37:43 +03:00
|
|
|
"description": "Playwright Component Testing for Vue2",
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"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": {
|
2022-06-21 20:32:15 +03:00
|
|
|
"@playwright/test": "1.24.0-next",
|
2022-06-03 03:37:43 +03:00
|
|
|
"vite": "^2.9.5",
|
|
|
|
"vite-plugin-vue2": "^2.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"vue": "^2.6.14"
|
|
|
|
}
|
|
|
|
}
|