{
  "name": "wise-json-db",
  "version": "5.4.2",
  "description": "Blazing fast, crash-proof embedded JSON database for Node.js with batch operations, TTL, indexes, and segmented checkpointing.",
  "main": "wise-json/index.js",
  "scripts": {
    "test": "node test/run-all-tests.js",
    "start-explorer": "node explorer/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xzdes/WiseJSON.git"
  },
  "keywords": [
    "json",
    "database",
    "db",
    "nodejs",
    "embedded",
    "file-based",
    "nosql",
    "safe",
    "checkpoint",
    "wal",
    "wisejson",
    "segment",
    "fsync",
    "transaction",
    "acid",
    "persistence",
    "fast",
    "lightweight",
    "ttl",
    "index",
    "batch",
    "durable",
    "local",
    "storage",
    "atomic",
    "recovery",
    "javascript",
    "npm"
  ],
  "author": "Xzdes <xzdes@yandex.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Xzdes/WiseJSON/issues"
  },
  "homepage": "https://github.com/Xzdes/WiseJSON#readme",
  "files": [
    "wise-json/",
    "cli/",
    "explorer/",
    "README.md",
    "logo.png"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "bin": {
    "wise-json": "wise-json/cli/wise-json-cli.js",
    "wisejson-explorer": "./explorer/cli.js"
  },
  "dependencies": {
    "proper-lockfile": "^4.1.2",
    "uuid": "^11.1.0"
  }
}
