{
  "name": "tomo-ai",
  "version": "0.8.12",
  "description": "Personal assistant powered by Claude Agent SDK",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "tomo": "dist/cli.js"
  },
  "files": [
    "dist",
    "defaults",
    "contrib",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/cli.ts -- start",
    "start": "node dist/cli.js start",
    "tomo": "tsx src/cli.ts",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src/ tests/",
    "prepublishOnly": "npm run build",
    "postinstall": "echo '\n  Welcome to Tomo! 🤖\n\n  First time?  tomo init\n  Start:       tomo start\n  Upgraded?    tomo restart\n  Help:        tomo --help\n'"
  },
  "keywords": [
    "ai",
    "assistant",
    "claude",
    "telegram",
    "chatbot",
    "agent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shuaiyuan17/tomo.git"
  },
  "homepage": "https://github.com/shuaiyuan17/tomo#readme",
  "bugs": {
    "url": "https://github.com/shuaiyuan17/tomo/issues"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "license": "MIT",
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.195",
    "@clack/prompts": "^1.4.0",
    "commander": "^15.0.0",
    "croner": "^10.0.1",
    "grammy": "^1.35.0",
    "ink": "^7.1.0",
    "minimatch": "^10.2.5",
    "pino": "^10.3.1",
    "pino-pretty": "^13.0.0",
    "prom-client": "^15.1.3",
    "react": "^19.2.7",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "22.12.0",
    "@types/react": "^19.2.17",
    "@vitest/coverage-v8": "^4.1.9",
    "dotenv": "^17.4.1",
    "eslint": "^10.6.0",
    "tsx": "^4.19.0",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.62.0",
    "vitest": "^4.1.9"
  }
}
