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

42 lines
901 B
JSON
Raw Normal View History

2022-03-11 17:00:46 +01:00
{
2022-04-08 03:16:22 +02:00
"name": "@playwright/experimental-ct-svelte",
"version": "1.42.0-next",
2022-04-08 03:16:22 +02:00
"description": "Playwright Component Testing for Svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2022-04-08 03:16:22 +02:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2022-04-08 03:16:22 +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"
}
2022-04-08 03:16:22 +02:00
},
2022-04-27 01:15:08 +02:00
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0-next",
"@sveltejs/vite-plugin-svelte": "^3.0.1"
},
"devDependencies": {
"svelte": "^4.2.8"
},
"bin": {
"playwright": "cli.js"
2022-04-08 03:16:22 +02:00
}
2022-03-11 17:00:46 +01:00
}