{
  "name": "gsd-munch",
  "version": "0.11.0",
  "description": "GSD workflow orchestration + tree-sitter code indexing for Claude Code",
  "license": "MIT",
  "author": "Daniel Topham",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dtopham802/gsd-jcodemunch.git"
  },
  "homepage": "https://github.com/dtopham802/gsd-jcodemunch#readme",
  "bugs": {
    "url": "https://github.com/dtopham802/gsd-jcodemunch/issues"
  },
  "bin": {
    "gsd-munch": "dist/cli.cjs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "python",
    "workflows",
    "templates",
    "references",
    "agents",
    "commands",
    "bin",
    "hooks",
    "contexts",
    "scripts/postinstall.cjs",
    "VERSION",
    "LICENSE",
    "NOTICES",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "claude-code",
    "mcp",
    "code-indexing",
    "workflow",
    "gsd",
    "tree-sitter",
    "developer-tools"
  ],
  "scripts": {
    "build": "tsup && npm run build:postinstall",
    "build:postinstall": "npx tsup scripts/postinstall.ts --format cjs --out-dir scripts --no-config && shx mv scripts/postinstall.js scripts/postinstall.cjs",
    "postbuild": "shx chmod +x dist/cli.cjs dist/cli.js",
    "postinstall": "node scripts/postinstall.cjs",
    "test:phase3": "npm run build && bash scripts/smoke-test-phase3.sh",
    "test:phase5": "npm run build && bash scripts/smoke-test-phase5.sh",
    "test:phase6": "npm run build && bash scripts/smoke-test-phase6.sh",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/write-file-atomic": "^4.0.3",
    "shx": "^0.3.4",
    "tsup": "^8.5.1",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "commander": "^14.0.3",
    "write-file-atomic": "^7.0.1"
  }
}
