{
  "name": "@adara-cs/hooks",
  "version": "3.0.3",
  "description": "AdaraCloud UI Kit for Web",
  "license": "MIT",
  "keywords": [
    "ui-kit",
    "ui",
    "ts",
    "typescript",
    "js"
  ],
  "author": "adara-cs",
  "bugs": {
    "url": "https://github.com/adara-cs/ui-kit-web/issues"
  },
  "homepage": "https://github.com/adara-cs/ui-kit-web#readme",
  "type": "module",
  "main": "./dist/index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist/*"
  ],
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "react": "^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.3",
    "rollup-preserve-directives": "^1.1.3",
    "vite": "^6.0.13",
    "vite-plugin-dts": "^4.3.0",
    "vite-plugin-svgr": "^4.3.0",
    "@vitejs/plugin-react": "^4.3.4",
    "vitest": "^3.0.5"
  },
  "config": {
    "commitizen": {
      "path": "git-cz"
    }
  },
  "eslintConfig": {
    "extends": [
      "plugin:storybook/recommended"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "check-types": "tsc --noEmit"
  }
}