53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@playwright/experimental-ct-angular",
|
|
"version": "1.42.0-next",
|
|
"description": "Playwright Component Testing for Angular",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sand4rt/playwright-ct-angular.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"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": {
|
|
"@playwright/experimental-ct-core": "1.42.0-next"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler": "^17.0.0",
|
|
"@angular/core": "^17.0.0",
|
|
"@angular/platform-browser-dynamic": "^17.0.0",
|
|
"rxjs": "~7.8.1",
|
|
"typescript": "~5.2.0",
|
|
"vite": "~5.0.12",
|
|
"zone.js": "~0.14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler": "^17.0.0",
|
|
"@angular/core": "^17.0.0",
|
|
"@angular/platform-browser-dynamic": "^17.0.0",
|
|
"typescript": ">=5.2.0"
|
|
},
|
|
"bin": {
|
|
"playwright": "./cli.js"
|
|
}
|
|
}
|