{
  "name": "@todoctor/darwin-arm64",
  "version": "1.3.5",
  "description": "Platform-specific binary for Todoctor (DARWINarwin, ARM64)",
  "keywords": [
    "analysis",
    "fixme",
    "git-analysis",
    "source-code-analysis",
    "technical-debt",
    "todo-comment",
    "todo",
    "visualization"
  ],
  "repository": "azat-io/todoctor",
  "license": "MIT",
  "author": "Azat S. <to@azat.io>",
  "exports": {
    ".": {
      "default": "./todoctor"
    }
  },
  "os": [
    "darwin"
  ],
  "cpu": [
    "arm64"
  ]
}