{
  "name": "@carlonicora/nextjs-jsonapi",
  "version": "3.3.8",
  "description": "Next.js JSON:API client with server/client support and caching",
  "author": "Carlo Nicora",
  "license": "GPL-3.0-or-later",
  "private": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "generate-web-module": "./dist/scripts/generate-web-module/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.mjs",
      "require": "./dist/core/index.js"
    },
    "./server": {
      "types": "./dist/server/index.d.ts",
      "import": "./dist/server/index.mjs",
      "require": "./dist/server/index.js"
    },
    "./client": {
      "types": "./dist/client/index.d.ts",
      "import": "./dist/client/index.mjs",
      "require": "./dist/client/index.js"
    },
    "./components": {
      "types": "./dist/components/index.d.ts",
      "import": "./dist/components/index.mjs",
      "require": "./dist/components/index.js"
    },
    "./contexts": {
      "types": "./dist/contexts/index.d.ts",
      "import": "./dist/contexts/index.mjs",
      "require": "./dist/contexts/index.js"
    },
    "./contexts/styles.css": "./dist/contexts/index.css",
    "./testing": {
      "types": "./dist/testing/index.d.ts",
      "import": "./dist/testing/index.mjs",
      "require": "./dist/testing/index.js"
    },
    "./billing": {
      "types": "./dist/billing/index.d.ts",
      "import": "./dist/billing/index.mjs",
      "require": "./dist/billing/index.js"
    },
    "./help": {
      "types": "./dist/features/help/index.d.ts",
      "import": "./dist/features/help/index.mjs",
      "require": "./dist/features/help/index.js"
    },
    "./help/server": {
      "types": "./dist/features/help/server.d.ts",
      "import": "./dist/features/help/server.mjs",
      "require": "./dist/features/help/server.js"
    },
    "./tokenusage": {
      "types": "./dist/features/tokenusage/index.d.ts",
      "import": "./dist/features/tokenusage/index.mjs",
      "require": "./dist/features/tokenusage/index.js"
    }
  },
  "scripts": {
    "build": "rm -rf dist && NODE_OPTIONS='--max-old-space-size=8192' tsup && tsc -p scripts/generate-web-module/tsconfig.json",
    "dev": "NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
    "clean": "rm -rf dist",
    "lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "pnpm build",
    "prepare": "tsc -p scripts/generate-web-module/tsconfig.json",
    "generate-web-module": "node dist/scripts/generate-web-module/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui"
  },
  "files": [
    "dist",
    "src",
    "scripts",
    "README.md"
  ],
  "peerDependencies": {
    "@stripe/react-stripe-js": ">=6.8.0",
    "@stripe/stripe-js": ">=9.13.0",
    "@tanstack/react-table": ">=8.0.0",
    "next": ">=14.0.0",
    "next-intl": ">=3.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-hook-form": ">=7.0.0"
  },
  "peerDependenciesMeta": {
    "@stripe/react-stripe-js": {
      "optional": true
    },
    "@stripe/stripe-js": {
      "optional": true
    },
    "@tanstack/react-table": {
      "optional": true
    },
    "next-intl": {
      "optional": true
    },
    "react-hook-form": {
      "optional": true
    }
  },
  "dependencies": {
    "@base-ui/react": "1.6.0",
    "@blocknote/core": "^0.52.1",
    "@blocknote/react": "^0.52.1",
    "@blocknote/shadcn": "^0.52.1",
    "@blocknote/xl-ai": "^0.52.1",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@floating-ui/react": "^0.27.20",
    "@handlewithcare/prosemirror-inputrules": "^0.1.4",
    "@hookform/resolvers": "^5.5.7",
    "@radix-ui/react-label": "^2.1.15",
    "@radix-ui/react-slot": "^1.3.3",
    "@simplewebauthn/browser": "^13.3.0",
    "ai": "^6.0.238",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "codice-fiscale-js": "^2.3.23",
    "commander": "^15.0.0",
    "cookies-next": "^6.1.1",
    "d3": "^7.9.0",
    "dagre": "^0.8.5",
    "date-fns": "^4.4.0",
    "embla-carousel-react": "^8.6.0",
    "fuse.js": "^7.5.0",
    "input-otp": "^1.4.2",
    "jotai": "^2.20.2",
    "jotai-family": "^1.1.0",
    "lucide-react": "^1.28.0",
    "next-mdx-remote": "^6.0.0",
    "next-themes": "^0.4.6",
    "pako": "^3.0.1",
    "qrcode.react": "^4.2.0",
    "react-day-picker": "^10.0.1",
    "react-dropzone": "^19.1.1",
    "react-hook-form": "7.83.0",
    "react-markdown": "^10.1.0",
    "react-resizable-panels": "^4.12.2",
    "recharts": "^3.10.1",
    "rehype-autolink-headings": "^7.1.0",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "shadcn": "^4.16.1",
    "shepherd.js": "^15.2.2",
    "socket.io-client": "^4.8.3",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.6.0",
    "tw-animate-css": "^1.4.0",
    "uuid": "^14.0.1",
    "vaul": "^1.1.2",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.6",
    "@eslint/js": "^9.39.5",
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/git": "^11.0.1",
    "@stripe/react-stripe-js": "^6.8.0",
    "@stripe/stripe-js": "^9.13.0",
    "@tanstack/react-table": "^8.21.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/d3": "^7.4.3",
    "@types/dagre": "^0.7.54",
    "@types/node": "^26.1.2",
    "@types/qrcode.react": "^3.0.0",
    "@types/react": "19.2.18",
    "@types/react-dom": "19.2.4",
    "@typescript-eslint/eslint-plugin": "^8.65.0",
    "@typescript-eslint/parser": "^8.65.0",
    "@vitejs/plugin-react": "^6.0.5",
    "@vitest/coverage-v8": "^4.1.10",
    "@vitest/ui": "^4.1.10",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "eslint": "^9.39.5",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.6",
    "globals": "^17.8.0",
    "jsdom": "^30.0.1",
    "next": "16.3.0",
    "next-intl": "^4.13.4",
    "prettier": "^3.9.6",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "react-hook-form": "7.83.0",
    "semantic-release": "^25.0.8",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "keywords": [
    "nextjs",
    "jsonapi",
    "json-api",
    "react",
    "typescript",
    "cache"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/carlonicora/nextjs-jsonapi"
  },
  "publishConfig": {
    "access": "public"
  }
}
