{
  "name": "@skillhq/telegram",
  "version": "0.8.0",
  "description": "Fast Telegram CLI for reading, searching, and sending messages",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "telegram": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "telegram",
    "cli",
    "messaging",
    "chat"
  ],
  "author": "Derek Rein",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skillhq/telegram.git"
  },
  "homepage": "https://github.com/skillhq/telegram#readme",
  "bugs": {
    "url": "https://github.com/skillhq/telegram/issues"
  },
  "dependencies": {
    "big-integer": "^1.6.52",
    "chalk": "^5.3.0",
    "commander": "^14.0.0",
    "json5": "^2.2.3",
    "ora": "^8.1.0",
    "telegram": "^2.26.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "SKILL.md"
  ]
}
