{
  "name": "tb-js",
  "version": "1.0.0",
  "description": "Handit-powered AI agent: tb-js",
  "type": "module",
  "main": "main.js",
  "scripts": {
    "start": "node main.js",
    "dev": "nodemon main.js",
    "test": "jest",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix"
  },
  "dependencies": {
    "@handit.ai/handit-ai": "^1.0.0",
    "dotenv": "^16.0.0",
    "joi": "^17.0.0",
    "@langchain/core": "^0.3.78",
    "@langchain/community": "^0.3.57",
    "@langchain/openai": "^0.6.16",
    "@langchain/google-genai": "^0.2.18",
    "@langchain/anthropic": "^0.3.31",
    "zod": "^3.0.0",
    "express": "^4.18.0",
    "cors": "^2.8.5",
    "helmet": "^7.0.0",
    "@langchain/langgraph": "^0.4.9"
  },
  "devDependencies": {
    "jest": "^29.0.0",
    "eslint": "^8.0.0",
    "nodemon": "^2.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "overrides": {
    "@langchain/core": "^0.3.78"
  },
  "keywords": [
    "ai",
    "agent",
    "handit",
    "langgraph",
    "javascript"
  ],
  "author": "Handit Team",
  "license": "MIT"
}
