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

40 lines
843 B
JSON
Raw Normal View History

2022-08-24 00:08:53 +03:00
{
"name": "@playwright/experimental-ct-solid",
2023-02-16 03:15:42 +03:00
"version": "1.32.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-02-14 00:19:59 +03:00
"vite": "^4.1.1",
2022-12-27 20:14:39 +03:00
"vite-plugin-solid": "^2.5.0",
2023-02-16 03:15:42 +03:00
"@playwright/test": "1.32.0-next"
2022-08-24 00:08:53 +03:00
},
"devDependencies": {
2023-02-14 00:19:59 +03:00
"solid-js": "^1.6.10"
},
"bin": {
"playwright": "./cli.js"
2022-08-24 00:08:53 +03:00
}
}