{
  "name": "@ladybugdb/core-win32-x64",
  "version": "0.18.3",
  "description": "An in-process property graph database management system built for query speed and scalability.",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LadybugDB/ladybug.git"
  },
  "files": [
    "connection.js",
    "database.js",
    "index.js",
    "index.mjs",
    "lbug.d.ts",
    "lbug_native.js",
    "prepared_statement.js",
    "query_result.js",
    "lbugjs.node",
    "LICENSE",
    "README.md"
  ]
}