{
  "name": "@clutchd/layout",
  "version": "5.0.0",
  "keywords": [
    "clutchd",
    "layout",
    "tailwind",
    "next"
  ],
  "bugs": {
    "url": "https://github.com/clutchd/clutchd/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clutchd/clutchd.git",
    "directory": "packages/layout"
  },
  "author": "Clutchd, LLC",
  "sideEffects": false,
  "type": "module",
  "exports": "./dist/index.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.tsx --format esm --dts --minify",
    "dev": "tsup src/index.tsx --format esm --dts --watch",
    "lint": "biome check . --write",
    "prepublish": "bun run build",
    "test": "bun test --coverage --coverage-reporter=lcov --preload='./preload.ts'"
  },
  "dependencies": {
    "@clutchd/component": "7.0.0"
  },
  "devDependencies": {
    "@clutchd/tsconfig": "3.0.0",
    "@testing-library/react": "16.1.0",
    "@types/react": "19.0.2",
    "@types/react-dom": "19.0.2",
    "react": "19.0.0",
    "tsup": "8.3.5"
  },
  "peerDependencies": {
    "react": "^19.0"
  }
}