{
  "name": "@arpon007/decision",
  "version": "0.1.2",
  "description": "Claude Code skill (name: decision) that captures *why* decisions were made during sessions — sourced from user prompts, not commit diffs — so any agent can get caught up without re-deriving context. Install with `npm install -g @arpon007/decision` and the rest happens automatically. Plugin source: https://github.com/arpondark/decision",
  "license": "MIT",
  "author": {
    "name": "arpondark",
    "url": "https://github.com/arpondark/decision"
  },
  "keywords": [
    "claude-code",
    "claude-code-plugin",
    "decisions",
    "memory",
    "context",
    "briefing",
    "knowledge-management",
    "ai"
  ],
  "engines": {
    "node": ">=18"
  },
  "main": ".claude-plugin/plugin.json",
  "bin": {
    "decision": "bin/decision.js"
  },
  "files": [
    ".claude-plugin/",
    "hooks/",
    "skills/",
    "commands/",
    "bin/",
    "SKILL.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node ./bin/install.js",
    "prepublishOnly": "npm run pack:dry",
    "pack:dry": "npm pack --dry-run",
    "publish:public": "npm publish --access public",
    "publish:dry": "npm publish --dry-run --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arpondark/decision.git"
  },
  "bugs": {
    "url": "https://github.com/arpondark/decision/issues"
  },
  "homepage": "https://github.com/arpondark/decision#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
