{
  "name": "promachos",
  "version": "1.0.1",
  "description": "Standardized protocol for human-AI collaboration - making AI assistance predictable, trackable, and scalable",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "promachos": "./bin/promachos.js"
  },
  "scripts": {
    "start": "node bin/promachos.js",
    "test": "node test.js",
    "test:version": "node bin/promachos.js --version",
    "prepack": "echo 'Preparing Promachos for publication...'",
    "postinstall": "echo 'Promachos Protocol CLI installed successfully! Run: promachos --help'"
  },
  "files": [
    "bin/",
    "src/",
    "core.md",
    "onboard.md",
    "PROTOCOL.md",
    "INSTALL.md",
    "AI_INTEGRATION.md",
    "prompts/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "ai-collaboration",
    "protocol",
    "team-ai",
    "ai-workflow",
    "human-ai",
    "collaboration-standard",
    "ai-governance",
    "llm-protocol",
    "ai-handoff",
    "enterprise-ai"
  ],
  "author": "Rami GB",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^11.0.0",
    "inquirer": "^9.2.0",
    "js-yaml": "^4.1.0",
    "ora": "^7.0.1",
    "clipboardy": "^4.0.0",
    "open": "^10.0.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ramigb/promachos.git"
  },
  "bugs": {
    "url": "https://github.com/ramigb/promachos/issues"
  },
  "homepage": "https://github.com/ramigb/promachos#readme"
}