{
  "name": "custom-js-agent",
  "version": "1.0.0",
  "description": "Handit-powered AI agent: Custom JS Agent",
  "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",
    "express": "^4.18.0",
    "cors": "^2.8.5",
    "helmet": "^7.0.0",
    "@langchain/core": "^0.1.0",
    "@langchain/langgraph": "^0.1.0",
    "@langchain/openai": "^0.1.0",
    "langchain": "^0.1.0",
    "openai": "^4.0.0",
    "zod": "^3.0.0"
  },
  "devDependencies": {
    "jest": "^29.0.0",
    "eslint": "^8.0.0",
    "nodemon": "^2.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "handit",
    "langgraph",
    "javascript"
  ],
  "author": "Handit Team",
  "license": "MIT"
}
