{
  "name": "@buzzwaretech/utils",
  "version": "1.3.1",
  "private": true,
  "description": "Helper functions shared across multiple apps internally",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch --no-clean",
    "check:lint": "oxlint --max-warnings=38 .",
    "check:types": "tsc --noEmit",
    "check:format": "oxfmt --check .",
    "fix:lint": "oxlint --fix .",
    "fix:format": "oxfmt .",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  },
  "dependencies": {
    "@buzzwaretech/constants": "workspace:*",
    "@buzzwaretech/types": "workspace:*",
    "chroma-js": "catalog:",
    "clsx": "catalog:",
    "date-fns": "catalog:",
    "hast": "catalog:",
    "hast-util-to-mdast": "catalog:",
    "lodash-es": "catalog:",
    "lucide-react": "catalog:",
    "mdast": "catalog:",
    "react": "catalog:",
    "rehype-parse": "catalog:",
    "rehype-remark": "catalog:",
    "remark-gfm": "catalog:",
    "remark-stringify": "catalog:",
    "sanitize-html": "catalog:",
    "tailwind-merge": "catalog:",
    "unified": "catalog:",
    "uuid": "catalog:"
  },
  "devDependencies": {
    "@buzzwaretech/typescript-config": "workspace:*",
    "@types/chroma-js": "catalog:",
    "@types/hast": "catalog:",
    "@types/lodash-es": "catalog:",
    "@types/mdast": "catalog:",
    "@types/node": "catalog:",
    "@types/react": "catalog:",
    "@types/sanitize-html": "catalog:",
    "tsdown": "catalog:",
    "typescript": "catalog:"
  }
}
