{
    "name": "@piying/view-react",
    "version": "2.16.14",
    "description": "Piying view For React;Valibot to Component",
    "type": "module",
    "homepage": "https://piying-org.github.io/website/docs/client/intro",
    "repository": {
        "url": "git+https://github.com/piying-org/piying-view.git",
        "directory": "packages/react",
        "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",
        "form",
        "valibot",
        "validation",
        "validator",
        "layout",
        "listen",
        "field",
        "control",
        "group",
        "array",
        "control",
        "metadata"
    ],
    "license": "MIT",
    "dependencies": {
        "@piying/view-core": "^2.16.14",
        "static-injector": "^7.0.0"
    },
    "sideEffects": false,
    "peerDependencies": {
        "react": "^19.1.0",
        "react-dom": "^19.1.0",
        "valibot": "^1.1.0"
    },
    "module": "index.js",
    "typings": "index.d.ts",
    "exports": {
        "./package.json": {
            "default": "./package.json"
        },
        ".": {
            "types": "./index.d.ts",
            "default": "./index.js",
            "import": "./index.js",
            "require": "./index.cjs"
        }
    }
}