{
  "name": "@kuppwest/apple-clean",
  "version": "0.1.0",
  "private": true,
  "description": "Kupp-west Apple Clean design system: React components that emit the semantic kwac-* classes of variants/23-apple-clean.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json && node scripts/copy-css.mjs"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "devDependencies": {
    "@kuppwest/apple-clean-tokens": "file:./tokens",
    "@types/react": "^18.3.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.6.0"
  }
}
