2022-03-11 17:00:46 +01:00
|
|
|
{
|
2022-04-08 03:16:22 +02:00
|
|
|
"name": "@playwright/experimental-ct-svelte",
|
2023-04-26 22:07:08 +02:00
|
|
|
"version": "1.33.0",
|
2022-04-08 03:16:22 +02:00
|
|
|
"description": "Playwright Component Testing for Svelte",
|
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2022-05-10 17:01:45 +02:00
|
|
|
"node": ">=14"
|
2022-04-08 03:16:22 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
2022-05-26 22:09:32 +02:00
|
|
|
".": {
|
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
|
"default": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"./register": {
|
|
|
|
|
"types": "./register.d.ts",
|
|
|
|
|
"default": "./register.mjs"
|
2022-07-12 18:37:33 +02:00
|
|
|
},
|
|
|
|
|
"./hooks": {
|
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
|
"default": "./hooks.mjs"
|
2022-05-26 22:09:32 +02:00
|
|
|
}
|
2022-04-08 03:16:22 +02:00
|
|
|
},
|
2022-04-27 01:15:08 +02:00
|
|
|
"dependencies": {
|
2023-04-26 22:07:08 +02:00
|
|
|
"@playwright/experimental-ct-core": "1.33.0",
|
2023-04-18 01:19:21 +02:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^2.0.3"
|
2022-07-28 00:12:36 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-02-13 22:19:59 +01:00
|
|
|
"svelte": "^3.55.1"
|
2023-02-09 17:50:50 +01:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"playwright": "./cli.js"
|
2022-04-08 03:16:22 +02:00
|
|
|
}
|
2022-03-11 17:00:46 +01:00
|
|
|
}
|