{
  "name": "@yk1028-test/ai-chat-supporter",
  "version": "1.0.4",
  "description": "AI Chat Supporter - TypeScript library for intelligent chat processing with LangChain integration",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf dist/",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "chat",
    "supporter",
    "langchain",
    "typescript",
    "llm",
    "ollama",
    "conversation",
    "support"
  ],
  "author": "Your Name",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  },
  "dependencies": {
    "@langchain/community": "^0.3.19",
    "@langchain/core": "^0.3.21",
    "@langchain/ollama": "^0.1.2"
  },
  "directories": {
    "example": "examples"
  }
}
