{
  "name": "@chude/get-stuff-done",
  "version": "3.0.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode and Gemini. Fork of GSD by TACHES.",
  "bin": {
    "get-stuff-done": "bin/install.js",
    "gsd": "bin/gsd.js"
  },
  "files": [
    "dist",
    "bin",
    "overlay/branding.json",
    "overlay/features.json"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "ai",
    "meta-prompting",
    "context-engineering",
    "spec-driven-development",
    "gemini",
    "gemini-cli",
    "mistral-vibe",
    "vibe-cli"
  ],
  "author": "Chude (fork), TACHES (original)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chudeemeke/get-stuff-done.git"
  },
  "homepage": "https://github.com/chudeemeke/get-stuff-done",
  "bugs": {
    "url": "https://github.com/chudeemeke/get-stuff-done/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@anthropic-ai/claude-code": "^2.1.42",
    "ajv": "^8.17.1",
    "json5": "^2.2.3",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "esbuild": "^0.24.0",
    "eslint": "^9.0.0",
    "eslint-plugin-security": "^3.0.1",
    "get-shit-done-cc": "1.32.0",
    "sharp": "^0.34.5",
    "svgexport": "^0.4.2"
  },
  "scripts": {
    "install": "node bin/install.js",
    "build": "node scripts/build.js",
    "compose": "node scripts/compose.js",
    "finalize-dist": "node scripts/finalize-dist.js",
    "dist": "bun run compose && bun run build && bun run finalize-dist",
    "prepublishOnly": "bun run dist",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "test:upstream": "node --test tests/*.test.cjs",
    "preview-update": "node bin/preview-update-cli.js"
  }
}
