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

39 lines
836 B
JSON
Raw Normal View History

2022-08-24 00:08:53 +03:00
{
"name": "@playwright/experimental-ct-solid",
2023-05-18 05:05:38 +03:00
"version": "1.35.0-next",
2022-08-24 00:08:53 +03:00
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
},
"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": {
2023-05-18 05:05:38 +03:00
"@playwright/experimental-ct-core": "1.35.0-next",
2023-05-02 01:19:49 +03:00
"vite-plugin-solid": "^2.7.0"
2022-08-24 00:08:53 +03:00
},
"devDependencies": {
2023-03-30 22:31:39 +03:00
"solid-js": "^1.7.0"
},
"bin": {
"playwright": "./cli.js"
2022-08-24 00:08:53 +03:00
}
}