2022-03-11 19:00:46 +03:00
|
|
|
{
|
2022-04-08 04:16:22 +03:00
|
|
|
"name": "@playwright/experimental-ct-svelte",
|
2022-11-12 02:30:15 +03:00
|
|
|
"version": "1.29.0-next",
|
2022-04-08 04:16:22 +03:00
|
|
|
"description": "Playwright Component Testing for Svelte",
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2022-05-10 18:01:45 +03:00
|
|
|
"node": ">=14"
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
2022-05-26 23:09:32 +03:00
|
|
|
".": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"./register": {
|
|
|
|
"types": "./register.d.ts",
|
|
|
|
"default": "./register.mjs"
|
2022-07-12 19:37:33 +03:00
|
|
|
},
|
|
|
|
"./hooks": {
|
|
|
|
"types": "./hooks.d.ts",
|
|
|
|
"default": "./hooks.mjs"
|
2022-05-26 23:09:32 +03:00
|
|
|
}
|
2022-04-08 04:16:22 +03:00
|
|
|
},
|
2022-04-27 02:15:08 +03:00
|
|
|
"dependencies": {
|
2022-11-12 02:30:15 +03:00
|
|
|
"@playwright/test": "1.29.0-next",
|
2022-10-31 18:58:11 +03:00
|
|
|
"@sveltejs/vite-plugin-svelte": "^1.1.0",
|
|
|
|
"vite": "^3.2.1"
|
2022-07-28 01:12:36 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"svelte": "^3.49.0"
|
2022-04-08 04:16:22 +03:00
|
|
|
}
|
2022-03-11 19:00:46 +03:00
|
|
|
}
|