mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "@playwright/experimental-ct-svelte",
|
|
"private": true,
|
|
"version": "0.0.2",
|
|
"description": "Playwright Component Testing for Svelte",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
"./register": "./register.mjs",
|
|
"./test": "./test.js"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.22.0-next"
|
|
}
|
|
}
|