{
    "name": "@piying/view-solid",
    "version": "2.10.7",
    "description": "Piying view For Solid;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": [
        "Solid",
        "form",
        "valibot",
        "validation",
        "validator",
        "layout",
        "listen",
        "field",
        "control",
        "group",
        "array",
        "control",
        "metadata"
    ],
    "license": "MIT",
    "dependencies": {
        "@piying/view-core": "^2.10.7",
        "static-injector": "^6.4.0"
    },
    "sideEffects": false,
    "peerDependencies": {
        "solid-js": "^1.9.9",
        "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"
        }
    }
}