{
    "name": "@hug/cypress-harness",
    "version": "21.0.0",
    "description": "Cypress support for Angular component test harnesses.",
    "homepage": "https://github.com/DSI-HUG/cypress-harness",
    "license": "MIT",
    "type": "module",
    "module": "index.js",
    "typings": "index.d.ts",
    "exports": {
        ".": {
            "import": "./index.js",
            "types": "./index.d.ts",
            "default": "./index.js"
        },
        "./package.json": "./package.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DSI-HUG/cypress-harness.git"
    },
    "keywords": [
        "angular",
        "cdk",
        "components",
        "test",
        "testing",
        "harness",
        "harnesses",
        "test-harnesses",
        "cypress"
    ],
    "engines": {
        "node": ">=20.19.0"
    },
    "peerDependencies": {
        "@angular/cdk": ">=21 <22",
        "cypress": ">= 15.9.0",
        "cypress-pipe": ">= 2"
    },
    "dependencies": {
        "@colors/colors": "^1.6.0"
    }
}