{
  "name": "@restnfeel/agentc-starter-kit",
  "version": "1.3.26",
  "description": "A comprehensive starter kit for building agent-centric applications with Next.js, featuring RAG capabilities, chatbot widgets, and multi-tenant architecture",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "README.md",
    "docs/",
    ".env.example",
    "prisma/",
    "src/",
    "dist/",
    "styles.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js",
      "require": "./dist/client.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js",
      "require": "./dist/server.js"
    },
    "./admin": {
      "types": "./dist/components/admin/index.d.ts",
      "import": "./dist/components/admin/index.js",
      "require": "./dist/components/admin/index.js"
    },
    "./ui": {
      "types": "./dist/components/ui/index.d.ts",
      "import": "./dist/components/ui/index.js",
      "require": "./dist/components/ui/index.js"
    },
    "./customer": {
      "types": "./dist/components/chatbot/customer/index.d.ts",
      "import": "./dist/esm/components/chatbot/customer/index.js",
      "require": "./dist/esm/components/chatbot/customer/index.js"
    },
    "./rag": {
      "types": "./dist/rag/index.d.ts",
      "import": "./dist/rag/index.js",
      "require": "./dist/rag/index.js"
    },
    "./rag/loaders": {
      "types": "./dist/rag/loaders/index.d.ts",
      "import": "./dist/rag/loaders/index.js",
      "require": "./dist/rag/loaders/index.js"
    },
    "./rag/vectorstore": {
      "types": "./dist/rag/vectorstore/index.d.ts",
      "import": "./dist/rag/vectorstore/index.js",
      "require": "./dist/rag/vectorstore/index.js"
    },
    "./rag/embeddings": {
      "types": "./dist/rag/embeddings/index.d.ts",
      "import": "./dist/rag/embeddings/index.js",
      "require": "./dist/rag/embeddings/index.js"
    },
    "./hooks": {
      "types": "./dist/hooks/index.d.ts",
      "import": "./dist/hooks/index.js",
      "require": "./dist/hooks/index.js"
    },
    "./providers": {
      "types": "./dist/providers/index.d.ts",
      "import": "./dist/providers/index.js",
      "require": "./dist/providers/index.js"
    },
    "./templates": {
      "types": "./dist/templates/index.d.ts",
      "import": "./dist/templates/index.js",
      "require": "./dist/templates/index.js"
    },
    "./utils": {
      "types": "./dist/lib/chatbot/utils/index.d.ts",
      "import": "./dist/lib/chatbot/utils/index.js",
      "require": "./dist/lib/chatbot/utils/index.js"
    }
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "build:lib": "webpack --config webpack.config.js",
    "build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly || true",
    "build:package": "npm run build:lib && npm run build:types",
    "build:chatbot": "webpack --config webpack.config.js",
    "build:customer-chat": "node scripts/build-customer-chat.js",
    "build:customer-chat:test": "node scripts/build-customer-chat.js --test",
    "build:customer-chat:prod": "NODE_ENV=production node scripts/build-customer-chat.js",
    "prepublishOnly": "npm run build:lib || true",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:chatbot": "jest --config src/lib/chatbot/jest.config.js",
    "test:chatbot:watch": "jest --config src/lib/chatbot/jest.config.js --watch",
    "test:chatbot:coverage": "jest --config src/lib/chatbot/jest.config.js --coverage",
    "test:local": "npm run build:package && npm pack && node scripts/test-local.js",
    "link:local": "npm run build:package && npm link"
  },
  "keywords": [
    "nextjs",
    "typescript",
    "tailwindcss",
    "cms",
    "korean",
    "enterprise",
    "components",
    "ui-kit",
    "starter-kit",
    "task-master",
    "ai-development",
    "automated-workflow",
    "project-management",
    "prd-parsing",
    "react-components",
    "business-website",
    "ecommerce",
    "portfolio",
    "blog",
    "landing-page",
    "responsive-design",
    "seo-optimized",
    "admin-system",
    "content-management",
    "file-upload",
    "authentication",
    "i18n",
    "multi-language",
    "chatbot",
    "customer-chat",
    "unified-chat",
    "responsive-chat",
    "device-detection",
    "mobile-first",
    "chat-widget",
    "floating-chat",
    "performance-optimized",
    "accessibility",
    "type-safe",
    "korean-support"
  ],
  "author": {
    "name": "RestNFeel",
    "email": "contact@restnfeel.com",
    "url": "https://restnfeel.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/restnfeel/agentc-starter-kit.git"
  },
  "bugs": {
    "url": "https://github.com/restnfeel/agentc-starter-kit/issues"
  },
  "homepage": "https://github.com/restnfeel/agentc-starter-kit#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "@headlessui/react": ">=1.7.0",
    "@heroicons/react": ">=2.0.0",
    "@prisma/client": ">=5.0.0",
    "@supabase/supabase-js": ">=2.0.0",
    "@uploadthing/react": ">=6.0.0",
    "framer-motion": ">=10.0.0",
    "lucide-react": ">=0.400.0",
    "next": ">=14.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-dropzone": ">=14.0.0",
    "react-hook-form": ">=7.0.0",
    "react-hot-toast": ">=2.0.0",
    "zustand": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    }
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.29.1",
    "@langchain/community": "^0.3.20",
    "@langchain/openai": "^0.3.15",
    "@next/bundle-analyzer": "^15.1.4",
    "@next/eslint-plugin-next": "^15.1.4",
    "@restnfeel/agentc-starter-kit": "^1.3.25",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.1",
    "@storybook/addon-actions": "^8.4.7",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-links": "^8.4.7",
    "@storybook/addon-onboarding": "^8.4.7",
    "@storybook/blocks": "^8.4.7",
    "@storybook/nextjs": "^8.4.7",
    "@storybook/react": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "@supabase/supabase-js": ">=2.0.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": ">=0.400.0",
    "mammoth": "^1.8.0",
    "next": ">=14.0.0",
    "next-auth": "^5.0.0-beta.28",
    "openai": "^4.76.1",
    "pdfjs-dist": "^4.9.155",
    "prisma": "^6.1.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "rollup": "^4.28.1",
    "rss-parser": "^3.13.0",
    "storybook": "^8.4.7",
    "tailwind-merge": "^2.6.0",
    "tailwindcss": "^3.4.17",
    "typescript": "^5.7.2",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4",
    "webpack-node-externals": "^3.0.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.17",
    "@types/react-dom": "^18.3.5",
    "babel-loader": "^9.2.1",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^13.0.0",
    "css-loader": "^7.1.2",
    "eslint": "^9.17.0",
    "eslint-config-next": "15.1.4",
    "eslint-plugin-storybook": "^0.11.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "mini-css-extract-plugin": "^2.9.2",
    "playwright": "^1.49.0",
    "postcss": "^8.5.6",
    "postcss-loader": "^8.1.1",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2"
  },
  "optionalDependencies": {
    "sharp": "^0.32.6"
  }
}
