2022-08-24 00:08:53 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/experimental-ct-solid",
|
2022-12-15 22:22:35 +03:00
|
|
|
"version": "1.30.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": {
|
2022-10-31 18:58:11 +03:00
|
|
|
"vite": "^3.2.1",
|
|
|
|
"vite-plugin-solid": "^2.3.10",
|
2022-12-15 22:22:35 +03:00
|
|
|
"@playwright/test": "1.30.0-next"
|
2022-08-24 00:08:53 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"solid-js": "^1.4.7"
|
|
|
|
}
|
|
|
|
}
|