{
  "name": "goal-maker",
  "version": "0.2.10",
  "description": "Turn open-ended Codex goals into a Scout/Judge/Worker board with receipts, verification, and optional extensions.",
  "type": "module",
  "bin": {
    "goal-maker": "internal/cli/goal-maker.mjs"
  },
  "files": [
    "README.md",
    "CONTRIBUTING.md",
    "examples",
    "internal/assets",
    "internal/cli",
    "goal-maker/SKILL.md",
    "goal-maker/agents",
    "goal-maker/scripts",
    "goal-maker/templates"
  ],
  "scripts": {
    "check": "node --check internal/cli/goal-maker.mjs goal-maker/scripts/*.mjs && node --test internal/test/*.test.mjs",
    "test": "node --test internal/test/*.test.mjs",
    "pack:dry-run": "npm pack --dry-run",
    "publish:check": "node internal/cli/check-publish-version.mjs && npm run pack:dry-run",
    "prepublishOnly": "node internal/cli/check-publish-version.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tolibear/goal-maker.git"
  },
  "keywords": [
    "codex",
    "codex-skill",
    "openai-codex",
    "goal",
    "task-board",
    "receipts",
    "project-management",
    "automation",
    "cli",
    "workflow",
    "agent",
    "extensions",
    "verification"
  ],
  "author": "tolibear",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tolibear/goal-maker/issues"
  },
  "homepage": "https://github.com/tolibear/goal-maker#readme",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
