{
  "name": "@agentlabs/database-connector",
  "version": "1.0.0",
  "description": "Database Connector Plugin for AgentLabs - Connect external databases to AI agents",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "node build.js",
    "build:frontend": "node build-frontend.js",
    "build:all": "npm run build && npm run build:frontend",
    "clean": "rimraf dist",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx"
  },
  "dependencies": {
    "mysql2": "^3.6.0",
    "pg": "^8.11.0",
    "mongodb": "^6.3.0",
    "puppeteer": "^21.6.0",
    "handlebars": "^4.7.8",
    "crypto-js": "^4.2.0",
    "node-cron": "^3.0.3",
    "zod": "^3.22.4",
    "uuid": "^9.0.0",
    "openai": "^4.20.0",
    "@huggingface/inference": "^2.6.0",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/crypto-js": "^4.2.0",
    "@types/node-cron": "^3.0.11",
    "@types/uuid": "^9.0.7",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/express": "^4.17.21",
    "esbuild": "^0.19.0",
    "typescript": "^5.3.0",
    "rimraf": "^5.0.0"
  },
  "peerDependencies": {
    "express": "^4.18.0",
    "drizzle-orm": "^0.29.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "author": "AgentLabs",
  "license": "Commercial"
}
