{
  "name": "acuvo-code",
  "version": "0.6.24",
  "description": "Acuvo Code — the terminal client for the Acuvo capability registry. Zero dependencies, by design.",
  "type": "module",
  "bin": {
    "acuvo": "bin/acuvo.mjs",
    "acuvo-mcp": "bin/acuvo-mcp.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": "./lib/turn.mjs",
    "./turn": "./lib/turn.mjs",
    "./tools": "./lib/tools.mjs",
    "./workspace": "./lib/workspace.mjs",
    "./memory-workspace": "./lib/memory-workspace.mjs",
    "./budget": "./lib/budget.mjs",
    "./policy": "./lib/policy.mjs",
    "./lib/*": "./lib/*.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "node scripts/test.mjs",
    "test:raw": "node --test --test-timeout=180000 test/",
    "bundle": "node scripts/bundle.mjs --out dist/acuvo.mjs",
    "bundle:mcp": "node scripts/bundle.mjs --entry bin/acuvo-mcp.mjs --out dist/acuvo-mcp.mjs",
    "machine": "node scripts/machine.mjs status",
    "machine:stop": "node scripts/machine.mjs stop"
  },
  "dependencies": {},
  "devDependencies": {},
  "license": "FSL-1.1-ALv2",
  "files": [
    "bin/",
    "lib/",
    "skills/",
    "scripts/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "ENTERPRISE.md",
    "ROADMAP.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xxiautomate-star/acuvo-code.git"
  },
  "homepage": "https://acuvo.xxiautomate.com",
  "bugs": {
    "email": "roman@xxiautomate.com"
  },
  "author": "XXIautomate (Roman Puglielli)",
  "keywords": [
    "ai",
    "cli",
    "coding-agent",
    "agent",
    "terminal"
  ]
}
