playwright/packages/playwright-ct-solid/package.json
2024-06-14 18:22:42 -07:00

42 lines
890 B
JSON

{
"name": "@playwright/experimental-ct-solid",
"version": "1.46.0-next",
"description": "Playwright Component Testing for Solid",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
},
"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.46.0-next",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
"solid-js": "^1.7.0"
},
"bin": {
"playwright": "cli.js"
}
}