{
  "name": "axgram",
  "version": "1.0.0",
  "description": "Axgram CLI — mine codebases, import conversation history, and run the auto-save hook for Claude Code.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/technonerdteam/axgram.git",
    "directory": "cli"
  },
  "type": "commonjs",
  "bin": {
    "axgram": "dist/bin/axgram.js",
    "axgram-hook": "dist/bin/axgram-hook.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "postinstall": "node postinstall.cjs",
    "prepublishOnly": "npm run clean && npm run typecheck && npm test && npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "postinstall.cjs",
    "README.md"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@supabase/supabase-js": "^2.45.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.6.0",
    "commander": "^12.1.0",
    "gray-matter": "^4.0.3",
    "open": "^8.4.2",
    "ora": "^5.4.1",
    "smol-toml": "^1.6.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vitest": "^4.1.5"
  }
}
