{
  "name": "@guigaoliveira/ravel-cli",
  "version": "1.1.0",
  "description": "Ravel — local TypeScript/JavaScript code graph for coding agents.",
  "keywords": [
    "mcp",
    "code-graph",
    "typescript",
    "ai-agents",
    "claude",
    "codex",
    "cursor"
  ],
  "bin": {
    "ravel": "bin/ravel.js"
  },
  "scripts": {
    "postinstall": "node install.js",
    "test": "node --test test/*.test.js"
  },
  "files": [
    "bin/ravel.js",
    "install.js"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/guigaoliveira/ravel.git"
  }
}
