{
  "name": "@venuecms/sdk-next",
  "version": "1.11.0",
  "author": "Scott Cazan",
  "description": "",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./*": {
      "import": "./dist/components/*/index.mjs",
      "require": "./dist/components/*/index.js",
      "types": "./dist/components/*/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "venue",
    "cms",
    "sdk"
  ],
  "license": "ISC",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "next": ">=14",
    "react": ">=19"
  },
  "dependencies": {
    "@types/react": "^19.0.8",
    "@venuecms/sdk": "1.8.1",
    "clsx": "^2.1.1",
    "markdown-to-jsx": "^7.7.3",
    "next": "^15.1.6",
    "remove-markdown": "^0.6.0",
    "tailwind-merge": "^3.0.1",
    "tailwindcss": "^4.0.3",
    "tsup": "^8.3.5",
    "typedoc": "^0.27.1",
    "typedoc-plugin-markdown": "^4.3.3",
    "typescript": "^5.5.0"
  },
  "devDependencies": {
    "@types/react-dom": "^19.2.3",
    "esbuild-plugin-preserve-directives": "^0.0.11",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsup",
    "build:docs": "typedoc",
    "build:all": "pnpm build && pnpm build:docs",
    "test": "vitest run"
  }
}