mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-07 11:46:42 +03:00
f856e3e4bc
As per ``` npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN publish errors corrected: npm WARN publish Removed invalid "scripts" npm WARN publish "bin[playwright-core]" script name was cleaned npm WARN publish "repository.url" was normalized to "git+https://github.com/microsoft/playwright.git ``` works now as per https://www.npmjs.com/package/@playwright/test/v/1.39.0-alpha-1696547902000 when you scroll down. https://github.com/microsoft/playwright/issues/22555
39 lines
834 B
JSON
39 lines
834 B
JSON
{
|
|
"name": "@playwright/experimental-ct-vue",
|
|
"version": "1.39.0-next",
|
|
"description": "Playwright Component Testing for Vue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@playwright/experimental-ct-core": "1.39.0-next",
|
|
"@vitejs/plugin-vue": "^4.2.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
}
|
|
}
|