{
  "name": "@rf24/rf24-darwin-x64",
  "version": "0.3.3",
  "cpu": [
    "x64"
  ],
  "main": "rf24.darwin-x64.node",
  "files": [
    "rf24.darwin-x64.node"
  ],
  "description": "A npm package binding the nRF24/rf24-rs rust project.",
  "keywords": [
    "nrf24l01",
    "nRF24L01+",
    "raspberry",
    "pi",
    "linux",
    "driver",
    "radio",
    "transceiver",
    "RF24",
    "BLE"
  ],
  "homepage": "https://rf24-rs.rtfd.io/en/latest/node-api/",
  "license": "MIT",
  "engines": {
    "node": ">= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nRF24/rf24-rs.git"
  },
  "bugs": {
    "url": "https://github.com/nRF24/rf24-rs/issues"
  },
  "os": [
    "darwin"
  ]
}