{
  "name": "@bearlab/checkbox",
  "version": "1.2.4",
  "description": "Bearlab UI Checkbox Component",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "cd ../../ && PACKAGE_NAME=checkbox rollup -c tools/rollup.config.js",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "classnames": "^2.5.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "keywords": [
    "react",
    "ui",
    "component",
    "ui-library",
    "checkbox",
    "bearlab",
    "bearlab-ui"
  ],
  "author": "hasanbala",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hasanbala/bearlab-ui.git",
    "directory": "packages/checkbox"
  },
  "homepage": "https://bearlab-ui.vercel.app/packages/checkbox/preview",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "eb49aac6a31ea5f9c2d24827a5bd006478078a2a"
}
