{
  "name": "flexi-db",
  "version": "1.0.1",
  "description": "A lightweight, flexible JSON-based database with caching, async operations, and customizable data storage.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "database",
    "json",
    "lightweight",
    "flexi",
    "cache",
    "async"
  ],
  "author": "TariQ",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tariq-2/FlexiDB.git"
  },
  "homepage": "https://github.com/tariq-2/FlexiDB",
  "devDependencies": {
    "jest": "^29.7.0"
  }
}