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

42 lines
880 B
JSON
Raw Normal View History

2022-08-23 23:08:53 +02:00
{
"name": "@playwright/experimental-ct-solid",
2024-03-01 23:42:55 +01:00
"version": "1.42.1",
2022-08-23 23:08:53 +02:00
"description": "Playwright Component Testing for Solid",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2022-08-23 23:08:53 +02:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2022-08-23 23:08:53 +02:00
},
"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": {
2024-03-01 23:42:55 +01:00
"@playwright/experimental-ct-core": "1.42.1",
2023-05-02 00:19:49 +02:00
"vite-plugin-solid": "^2.7.0"
2022-08-23 23:08:53 +02:00
},
"devDependencies": {
2023-03-30 21:31:39 +02:00
"solid-js": "^1.7.0"
},
"bin": {
"playwright": "cli.js"
2022-08-23 23:08:53 +02:00
}
}