{
  "name": "openshell",
  "version": "0.1.0",
  "description": "Telegram bridge bot to run local Codex/Claude CLIs",
  "license": "MIT",
  "author": "Jason",
  "type": "module",
  "bin": {
    "openshell": "bin/openshell.js"
  },
  "files": [
    "bin",
    "dist",
    "README.md",
    "LICENSE",
    ".env.example"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc -p tsconfig.json",
    "check": "tsc -p tsconfig.json --noEmit",
    "prepack": "npm run build",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "dotenv": "^16.5.0",
    "telegraf": "^4.16.3"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  }
}
