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

39 lines
834 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",
"version": "1.42.0-next",
2022-04-26 08:10:17 +03:00
"description": "Playwright Component Testing for Vue",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2022-04-08 04:16:22 +03:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
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": {
"@playwright/experimental-ct-core": "1.42.0-next",
2023-05-02 01:19:49 +03:00
"@vitejs/plugin-vue": "^4.2.1"
},
"bin": {
"playwright": "cli.js"
2022-04-08 04:16:22 +03:00
}
2022-03-11 19:00:46 +03:00
}