{
  "name": "@litko/yara-x-darwin-x64",
  "version": "0.5.2",
  "cpu": [
    "x64"
  ],
  "main": "yara-x.darwin-x64.node",
  "files": [
    "yara-x.darwin-x64.node"
  ],
  "keywords": [
    "yara",
    "yara-x",
    "malware",
    "detection",
    "napi-rs",
    "rust"
  ],
  "homepage": "https://github.com/cawalch/node-yara-x",
  "license": "MIT",
  "engines": {
    "node": ">= 20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cawalch/node-yara-x.git"
  },
  "bugs": {
    "url": "https://github.com/cawalch/node-yara-x/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "darwin"
  ]
}
