{
  "name": "loopuman-production",
  "version": "4.0.0",
  "description": "Loopuman - The Human Layer for AI - Microtasking Platform",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "bot": "node telegram-bot.js",
    "webhook": "node webhook-server.js",
    "scheduler": "node scheduler.js",
    "admin": "node admin-bot.js",
    "whatsapp": "node whatsapp-bot.js"
  },
  "keywords": [
    "microtasking",
    "blockchain",
    "celo",
    "telegram-bot",
    "ai"
  ],
  "author": "Loopuman",
  "license": "MIT",
  "dependencies": {
    "@coinbase/coinbase-sdk": "^0.25.0",
    "@google/generative-ai": "^0.1.3",
    "@selfxyz/agent-sdk": "^0.2.1",
    "@sentry/node": "^10.37.0",
    "@supabase/supabase-js": "^2.38.0",
    "@x402/core": "^2.3.1",
    "@x402/evm": "^2.3.1",
    "@x402/express": "^2.3.0",
    "@x402/extensions": "^2.3.1",
    "axios": "^1.13.4",
    "dotenv": "^16.3.1",
    "ethers": "^6.9.0",
    "express": "^4.18.2",
    "openai": "^6.16.0",
    "stripe": "^14.0.0",
    "telegraf": "^4.15.0",
    "x402-express": "^1.1.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
