{
  "name": "nano-brain",
  "version": "2026.7.301",
  "description": "Persistent memory and code intelligence for AI coding agents",
  "bin": {
    "nano-brain": "npm/run.js"
  },
  "scripts": {
    "postinstall": "node npm/postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nano-step/nano-brain.git"
  },
  "keywords": [
    "ai",
    "memory",
    "mcp",
    "coding-agent",
    "search",
    "pgvector"
  ],
  "author": "nano-step",
  "license": "MIT",
  "files": [
    "npm/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@nano-step/oh-my-harness": "^1.1.3"
  }
}
