{
  "author": "Chris Munt <cmunt@mgateway.com> (http://www.gateway.com/)",
  "name": "mg-dbx-napi",
  "description": "High speed Synchronous and Asynchronous access to InterSystems Cache/IRIS and YottaDB from Node.js or Bun.",
  "version": "1.6.14a",
  "maintainers": "Chris Munt <cmunt@mgateway.com>",
  "homepage": "https://github.com/chrisemunt/mg-dbx-napi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisemunt/mg-dbx-napi.git"
  },
  "bugs": {
    "url": "https://github.com/chrisemunt/mg-dbx-napi/issues"
  },
  "os": [
    "linux",
    "win32"
  ],
  "keywords": [
    "nosql",
    "intersystems",
    "cache",
    "iris",
    "yottadb",
    "m",
    "mumps"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "main": "./build/Release/mg-dbx-napi",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.0.x"
  },
  "exports": {
    ".": "./src/shimloader.mjs",
    "./node": "./src/mg_dbx_napi.mjs",
    "./superserver": "./src/mgsi_node.mjs",
    "./bun": "./src/mg_dbx_napi.ts",
    "./win": "./bin/winx64/mg-dbx-napi.node",
    "./x64": "./bin/linux-x64/mg-dbx-napi.node",
    "./arm64": "./bin/linux-arm64/mg-dbx-napi.node"
  },
  "directories": {
    "doc": "doc"
  }
}
