{
  "name": "signal-zero",
  "version": "1.6.1",
  "description": "Agentic terminal intelligence from CORTEX. The cursor that builds.",
  "homepage": "https://cortexnode.ai/signal-zero",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AjaxSway/signal-zero.git"
  },
  "author": "CORTEXNODE Inc. <admin@cortexnode.ai>",
  "license": "MIT",
  "type": "module",
  "bin": {
    "signal-zero": "bin/signal-zero.js",
    "adam": "bin/signal-zero.js"
  },
  "main": "./src/index.js",
  "files": [
    "bin",
    "src",
    "README.md",
    "scripts"
  ],
  "scripts": {
    "check": "node --check bin/signal-zero.js && find src scripts -type f -name '*.js' -print0 | xargs -0 -n1 node --check",
    "pack:dry": "npm pack --dry-run",
    "test": "node --test test/*.test.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "cli",
    "terminal",
    "cortex"
  ],
  "dependencies": {
    "chalk": "^5.6.2",
    "diff": "^5.2.2",
    "docx": "^9.7.1",
    "pdf-parse": "^2.4.5",
    "pptxgenjs": "^4.0.1",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  }
}