{
  "name": "lmdb-oql",
  "version": "0.5.8",
  "description": "A high level object query language for indexed LMDB databases",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anywhichway/lmdb-oql.git"
  },
  "keywords": [
    "lmdb",
    "no-sql",
    "select",
    "index",
    "firebase",
    "mongo"
  ],
  "author": "Simon Y. Blackwell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anywhichway/lmdb-oql/issues"
  },
  "homepage": "https://github.com/anywhichway/lmdb-oql#readme",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "jest": "^29.5.0",
    "lmdb": "^2.7.11"
  },
  "dependencies": {
    "@anywhichway/cartesian-product": "^1.0.5",
    "lmdb-index": "^0.11.3"
  }
}
