{
  "name": "catalyst-os",
  "version": "3.4.1",
  "scripts": {
    "postinstall": "node .catalyst/bin/install.js",
    "validate": "node .catalyst/bin/validate-artifacts.js"
  },
  "description": "AI-native spec-driven development framework for Claude Code",
  "bin": {
    "catalyst-os": ".catalyst/bin/install.js"
  },
  "files": [
    "AGENTS.md",
    ".claude",
    ".catalyst/bin",
    ".catalyst/voice",
    ".catalyst/specs/spec-structure.yaml",
    ".catalyst/main/temp",
    ".catalyst/main/project-config.yaml"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "ai",
    "agents",
    "specification",
    "tdd",
    "orchestration"
  ],
  "author": "ealikadioglu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ealikadioglu/catalyst-os.git"
  },
  "homepage": "https://github.com/Ealikadioglu/catalyst-os#readme",
  "bugs": {
    "url": "https://github.com/Ealikadioglu/catalyst-os/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
