{
  "name": "nixabase",
  "version": "1.0.0",
  "description": "A lightweight and flexible database for JSON and TXT with memory caching and image compression",
  "main": "index.js",
  "scripts": {},
  "dependencies": {
    "sharp": "^0.33.5"
  },
  "devDependencies": {},
  "keywords": [
    "database",
    "json",
    "txt",
    "caching",
    "image-compression",
    "nodejs",
    "key-value",
    "storage",
    "file-based",
    "lightweight",
    "flexible",
    "nosql",
    "document-store",
    "data-persistence",
    "memory-cache",
    "file-upload",
    "image-processing",
    "async",
    "promise-based",
    "performance-optimized",
    "embedded-database",
    "serverless",
    "local-storage",
    "data-management",
    "node-database",
    "json-database",
    "txt-database",
    "file-system",
    "data-store",
    "object-storage"
  ],
  "author": "Nixaut",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14.0.0"
  }
}