{
  "name": "stella-ai-cli",
  "version": "1.0.0",
  "description": "Stella AI — умный CLI-ассистент для разработки",
  "bin": {
    "stella": "bin/stella.js"
  },
  "scripts": {
    "postinstall": "node ./bin/postinstall.js"
  },
  "keywords": ["ai", "cli", "assistant", "coding", "stella"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anomalyco/opencode"
  },
  "homepage": "https://stella-ai.app",
  "os": ["darwin", "linux", "win32"],
  "engines": {
    "node": ">=18.0.0"
  }
}
