{
  "name": "alimbo",
  "version": "0.2.12",
  "private": false,
  "description": "An AI agent gateway for tool orchestration, automation, and chat integrations.",
  "repository": {
    "type": "git",
    "url": "https://github.com/ganyuchuan/alimbo.git"
  },
  "bugs": {
    "url": "https://github.com/ganyuchuan/alimbo/issues"
  },
  "homepage": "https://github.com/ganyuchuan/alimbo#readme",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "alimbo": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    ".env.example",
    "SKILL.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json --noCheck",
    "postbuild": "mkdir -p dist/cloud && cp src/cloud/intercept-approval.html dist/cloud/intercept-approval.html && cp src/cloud/auth-users.html dist/cloud/auth-users.html && cp src/cloud/device-tokens.html dist/cloud/device-tokens.html && cp src/cloud/watch-alpha-survey.html dist/cloud/watch-alpha-survey.html && cp src/cloud/watch-alpha-survey-admin.html dist/cloud/watch-alpha-survey-admin.html && cp src/cloud/index.html dist/cloud/index.html && cp src/cloud/SKILL.md dist/cloud/SKILL.md && rm -rf dist/hooks && cp -R hooks dist/hooks",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "start": "npm run build && node --title=alimbo-gateway dist/index.js",
    "dev": "tsc --watch -p tsconfig.json",
    "feishu": "npm run build && node --title=alimbo-feishu dist/bridge/feishu.js",
    "cloud": "npm run build && node --title=alimbo-cloud dist/cloud/intercept-server.js",
    "cloud:create-user": "npm run build && node dist/cloud/create-user.js"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.131",
    "@github/copilot-sdk": "^0.2.1",
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "croner": "^10.0.1",
    "dotenv": "^17.3.1",
    "pm2": "^7.0.1",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3"
  }
}
