{
  "name": "@nikolauska/cbm-axi",
  "version": "0.7.1",
  "description": "Agent-oriented CLI for compact codebase-memory graph queries",
  "keywords": [
    "TOON",
    "code-intelligence",
    "codebase-memory"
  ],
  "homepage": "https://github.com/nikolauska/codebase-memory-mcp-axi",
  "bugs": "https://github.com/nikolauska/codebase-memory-mcp-axi/issues",
  "license": "MIT",
  "author": "Niko Lehtovirta",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikolauska/codebase-memory-mcp-axi.git"
  },
  "bin": {
    "cbm-axi": "dist/bin/cbm-axi.js"
  },
  "files": [
    "dist/",
    "skills/"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json && node -e \"require('node:fs').chmodSync('dist/bin/cbm-axi.js', 0o755)\"",
    "clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
    "lint": "oxlint && tsc -p tsconfig.json --noEmit && node --check test/cbm-axi.test.js",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "test": "npm run build && node --test test/cbm-axi.test.js",
    "prepack": "npm run build"
  },
  "dependencies": {
    "axi-sdk-js": "^0.1.10"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "oxfmt": "^0.63.0",
    "oxlint": "^1.78.0",
    "typescript": "^7.0.2"
  }
}
