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

39 lines
824 B
JSON
Raw Normal View History

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