{
    "name": "@nami-ui/radio",
    "version": "0.0.5",
    "description": "a radio component.",
    "keywords": ["Radio", "RadioGroup"],
    "homepage": "https://nami-ui.biossun.org/docs/radio",
    "bugs": "https://github.com/BiosSun/nami-ui/issues",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/BiosSun/nami-ui.git",
        "directory": "packages/radio"
    },
    "author": {
        "name": "Bios Sun",
        "email": "biossun@gmail.com",
        "url": "https://biossun.org"
    },
    "main": "lib/index.js",
    "module": "lib/index.js",
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "react": "^17.0.1",
        "react-dom": "^17.0.1"
    },
    "dependencies": {
        "@nami-ui/icon": "^0.0.4",
        "@nami-ui/stack": "^0.0.7",
        "@nami-ui/styles": "^0.0.6",
        "@nami-ui/utils": "^0.0.6",
        "clsx": "^1.1.1",
        "nojiko": "^2.0.0"
    },
    "devDependencies": {
        "@types/react": "^17.0.0",
        "@types/react-dom": "^17.0.0"
    }
}