{
  "name": "postal-async",
  "version": "1.3.1",
  "description": "Async NAPI based interface for libpostal.",
  "author": {
    "name": "Damian Krzeminski",
    "email": "pirxpilot@furkot.com",
    "url": "https://pirxpilot.me"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pirxpilot/postal-async.git"
  },
  "license": "MIT",
  "keywords": [
    "libpostal",
    "postal"
  ],
  "dependencies": {
    "@pirxpilot/cmake-js": "~5",
    "bindings": "^1.5.0",
    "node-addon-api": "~8",
    "prebuild-install": "~7"
  },
  "devDependencies": {
    "@pirxpilot/jshint": "~3"
  },
  "scripts": {
    "install": "prebuild-install --runtime napi || cmake-js build",
    "prebuild": "make prebuild",
    "test": "make check"
  },
  "files": [
    "index.js",
    "CMakeLists.txt",
    "src"
  ],
  "binary": {
    "napi_versions": [
      9
    ]
  },
  "cmake-js": {
    "runtime": "napi"
  }
}
