{
  "name": "@victoryasokomeh/cci-ui-components",
  "version": "1.1.9",
  "description": "Celebration Church International UI Components",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/styles.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --dts --format esm,cjs && npm run copy:styles",
    "copy:styles": "cp src/styles/styles.css dist/styles.css"
  },
  "keywords": [
    "react",
    "celebration",
    "church",
    "international",
    "tailwind",
    "components",
    "ui",
    "npm",
    "private"
  ],
  "author": "Victory Asokomeh",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "tailwind-merge": "^2.5.2"
  },
  "devDependencies": {
    "@types/node": "^24.1.0",
    "@types/react": "^18.3.23",
    "autoprefixer": "^10.4.20",
    "postcss": "^8.4.40",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "tailwindcss": "^3.4.1",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
