{
  "name": "hi-pharmacist-ecommerce",
  "version": "1.0.71",
  "description": "Production-ready, multi-tenant e‑commerce UI + API adapter for Next.js with auth, carts, checkout, orders, theming, and pharmacist-focused UX.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "styles"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "tsup",
    "build:watch": "tsup --watch",
    "lint": "next lint",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "update-deps": "bash scripts/post-publish.sh",
    "test:e2e": "playwright test",
    "release": "npm version patch && npm publish && npm run update-deps",
    "release:minor": "npm version minor && npm publish && npm run update-deps",
    "release:major": "npm version major && npm publish && npm run update-deps"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.3.0",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-separator": "^1.1.8",
    "@stripe/react-stripe-js": "^6.0.0",
    "@stripe/stripe-js": "^9.0.0",
    "@tanstack/react-query": "^5.90.16",
    "axios": "^1.6.0",
    "cookies-next": "^4.0.0",
    "date-fns": "^4.1.0",
    "framer-motion": "^10.12.18",
    "lucide-react": "^0.294.0",
    "react-hook-form": "^7.0.0",
    "sonner": "^1.2.0",
    "zod": "^3.22.0",
    "zustand": "^4.4.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@tailwindcss/postcss": "^4.1.18",
    "@types/node": "^20.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "baseline-browser-mapping": "^2.10.0",
    "eslint": "^8.0.0",
    "eslint-config-next": "^14.0.0",
    "next": "^16.0.10",
    "postcss": "^8.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^4.1.18",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "next": "^16.0.10",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-hook-form": "^7.0.0"
  },
  "keywords": [
    "ecommerce",
    "nextjs",
    "multi-tenant",
    "react",
    "tailwindcss",
    "stripe",
    "pharmacy",
    "online-store"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/hi-pharmacist-customer.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/hi-pharmacist-customer/issues"
  },
  "homepage": "https://github.com/yourusername/hi-pharmacist-customer#readme"
}
