{
    "name": "@piying/view-angular",
    "version": "2.9.6",
    "description": "Piying view For Angular;Valibot to Component",
    "homepage": "https://piying-org.github.io/website/docs/client/intro",
    "repository": {
        "url": "https://github.com/piying-org/piying-view",
        "directory": "projects/view-angular",
        "type": "git"
    },
    "bugs": {
        "url": "https://github.com/piying-org/piying-view/issues"
    },
    "author": {
        "name": "wszgrcy",
        "url": "https://github.com/wszgrcy",
        "email": "wszgrcy@gmail.com"
    },
    "keywords": [
        "React",
        "Vue",
        "React",
        "form",
        "valibot",
        "validation",
        "validator",
        "layout",
        "listen",
        "field",
        "control",
        "group",
        "array",
        "control",
        "metadata"
    ],
    "license": "MIT",
    "peerDependencies": {
        "valibot": "^1.1.0"
    },
    "dependencies": {
        "@piying/view-angular-core": "^2.9.6",
        "tslib": "^2.3.0"
    },
    "sideEffects": false,
    "module": "fesm2022/piying-view-angular.mjs",
    "typings": "index.d.ts",
    "exports": {
        "./package.json": {
            "default": "./package.json"
        },
        ".": {
            "types": "./index.d.ts",
            "default": "./fesm2022/piying-view-angular.mjs"
        }
    }
}