{
  "name": "@dodatech/echelon",
  "version": "0.1.0",
  "description": "Consolidated CLI for DodaTech's internal development platform",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/bin",
    "/dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run",
    "test:watch": "vitest",
    "postpack": "rm -f oclif.manifest.json",
    "prepack": "pnpm build && oclif manifest"
  },
  "keywords": [
    "oclif",
    "cli",
    "dodatech"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fefogarcia/echelon.git"
  },
  "author": "DodaTech",
  "license": "UNLICENSED",
  "bin": {
    "echelon": "./bin/run.js"
  },
  "oclif": {
    "bin": "echelon",
    "commands": "./dist/commands",
    "dirname": "echelon",
    "topicSeparator": " "
  },
  "dependencies": {
    "@oclif/core": "^4.8.0",
    "octokit": "^5.0.5",
    "simple-git": "^3.31.1",
    "yaml": "^2.8.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@oclif/test": "^4.1.16",
    "@types/node": "^22.19.11",
    "nock": "^14.0.11",
    "ts-node": "^10.9.2",
    "typescript": "^5",
    "vitest": "^4.0.18"
  }
}