{
  "name": "os-dns-native",
  "version": "1.2.1",
  "description": "Perform DNS queries using OS APIs",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run build",
    "test": "mocha",
    "install": "node-gyp rebuild",
    "prepack": "npm run build",
    "build": "gen-esm-wrapper . ./.esm-wrapper.mjs"
  },
  "author": "Anna Henningsen <anna@addaleax.net>",
  "gypfile": true,
  "dependencies": {
    "bindings": "^1.5.0",
    "debug": "^4.3.3",
    "ipv6-normalize": "^1.0.1",
    "node-addon-api": "^4.3.0"
  },
  "license": "MIT",
  "exports": {
    "require": "./index.js",
    "import": "./.esm-wrapper.mjs"
  },
  "homepage": "https://github.com/mongodb-js/os-dns-native",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/os-dns-native.git"
  },
  "bugs": "https://github.com/mongodb-js/os-dns-native/issues",
  "typings": "index.d.ts",
  "files": [
    "binding.cc",
    "binding.gyp",
    "index.d.ts",
    "index.js",
    "LICENSE",
    ".esm-wrapper.mjs"
  ],
  "devDependencies": {
    "gen-esm-wrapper": "^1.1.1",
    "mocha": "^8.3.1"
  }
}
