{
  "name": "@clutchd/compose-props",
  "version": "4.0.0",
  "description": "A small utility intended to merge and compose a single props object from the provided prop objects.",
  "keywords": [
    "clutchd",
    "compose-props",
    "props"
  ],
  "bugs": {
    "url": "https://github.com/clutchd/clutchd/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clutchd/clutchd.git",
    "directory": "packages/compose-props"
  },
  "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.ts --format esm --dts --minify",
    "dev": "tsup src/index.ts --format esm --dts --watch",
    "prepublish": "bun run build",
    "test": "bun test --coverage --coverage-reporter=lcov"
  },
  "dependencies": {
    "@clutchd/compose-event-handlers": "6.0.0"
  },
  "devDependencies": {
    "@clutchd/bundlejs": "1.0.0",
    "@clutchd/tsconfig": "3.0.0",
    "@types/node": "22.10.2",
    "tsup": "8.3.5"
  }
}