{
  "name": "@rustup/nng-darwin-x64",
  "version": "0.1.2",
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64"
  ],
  "main": "nng.darwin-x64.node",
  "files": [
    "nng.darwin-x64.node"
  ],
  "keywords": [
    "nanomsg",
    "nng",
    "nanømsg",
    "binding",
    "napi"
  ],
  "author": {
    "name": "stkevintan"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stkevintan/napi-nng.git"
  },
  "bugs": {
    "url": "https://github.com/stkevintan/napi-nng/issues"
  }
}