{
  "name": "@conscience-technology/nora",
  "version": "0.0.2",
  "description": "Drive the Nora platform from your terminal — agents, tools, refinery pipelines, memory, publish/rollback. Ships as a native binary; the npm wrapper downloads the right build for your OS on install.",
  "keywords": [
    "nora",
    "cli",
    "agent",
    "agents",
    "llm",
    "ai",
    "workflow",
    "mcp"
  ],
  "homepage": "https://nora.my",
  "repository": {
    "type": "git",
    "url": "https://github.com/Conscience-Technology/agent_os",
    "directory": "npm"
  },
  "bugs": "https://github.com/Conscience-Technology/agent_os/issues",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Conscience Technology",
  "bin": {
    "nora": "bin/nora.js"
  },
  "files": [
    "bin/nora.js",
    "scripts/postinstall.js",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
