{
  "name": "stella-protocol",
  "version": "0.12.0",
  "description": "PM-first AI development protocol. One mind, many satellites.",
  "scripts": {
    "test": "echo \"No tests yet — see brain/test-plan.md for manual QA checklist\"",
    "status": "node cli/index.js status"
  },
  "bin": {
    "stella": "cli/index.js",
    "stella-protocol": "cli/index.js"
  },
  "files": [
    "protocol/",
    "punk-records/",
    "skills/",
    "cli/",
    ".claude-plugin/"
  ],
  "keywords": [
    "ai",
    "agent-skills",
    "product-management",
    "development-methodology",
    "stella-protocol",
    "ai-native",
    "pm-tools"
  ],
  "author": {
    "name": "Aditya Uttama",
    "url": "https://github.com/adityauttama",
    "linkedin": "https://www.linkedin.com/in/adityauttama/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adityauttama/stella-protocol.git"
  },
  "homepage": "https://github.com/adityauttama/stella-protocol",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "commander": "^14.0.0",
    "@clack/prompts": "^1.0.0",
    "chalk": "^4.1.2",
    "fs-extra": "^11.3.0"
  }
}
