{
  "name": "@tutti-os/ui-react-hooks",
  "version": "0.0.414",
  "private": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tutti-os/tutti.git",
    "directory": "packages/ui/react-hooks"
  },
  "devDependencies": {
    "@types/node": "^24.0.1",
    "@types/react": "^19.1.6",
    "react": "^19.1.0",
    "typescript": "^5.8.3",
    "@tutti-os/config-tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts",
    "test": "node --test --experimental-strip-types \"./src/**/*.test.ts\"",
    "typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
  }
}