{
  "name": "@fallow-cli/fallow-node-darwin-arm64",
  "version": "3.9.1",
  "cpu": [
    "arm64"
  ],
  "main": "fallow-node.darwin-arm64.node",
  "files": [
    "fallow-node.darwin-arm64.node"
  ],
  "description": "Native Node.js bindings for fallow, codebase intelligence for TypeScript and JavaScript. Finds unused code, duplication, circular dependencies, complexity hotspots, architecture drift, and design-system styling drift. Optional runtime intelligence layer (Fallow Runtime) adds production execution evidence.",
  "keywords": [
    "fallow",
    "typescript",
    "javascript",
    "dead-code",
    "duplication",
    "complexity",
    "napi"
  ],
  "homepage": "https://docs.fallow.tools",
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fallow-rs/fallow.git",
    "directory": "crates/napi"
  },
  "bugs": {
    "url": "https://github.com/fallow-rs/fallow/issues"
  },
  "os": [
    "darwin"
  ]
}
