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

39 lines
822 B
JSON
Raw Normal View History

2022-06-03 02:37:43 +02:00
{
"name": "@playwright/experimental-ct-vue2",
2023-09-13 20:39:10 +02:00
"version": "1.38.0",
2022-06-03 02:37:43 +02:00
"description": "Playwright Component Testing for Vue2",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2022-06-03 02:37:43 +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-06-03 02:37:43 +02:00
}
},
"dependencies": {
2023-09-13 20:39:10 +02:00
"@playwright/experimental-ct-core": "1.38.0",
"@vitejs/plugin-vue2": "^2.2.0"
2022-06-03 02:37:43 +02:00
},
"devDependencies": {
2023-02-13 22:19:59 +01:00
"vue": "^2.7.14"
},
"bin": {
"playwright": "./cli.js"
2022-06-03 02:37:43 +02:00
}
}