{
  "name": "milodb",
  "version": "1.1.1",
  "description": "A simple mini database with optional encryption to store key-value pairs",
  "main": "src/index.js",
  "scripts": {
    "test": "node test/test.js",
    "benchmark": "node benchmark/benchmark.js",
    "benchmark:search": "node benchmark/search_edit_benchmark.js",
    "lint": "eslint src/ test/ benchmark/",
    "clean": "rm -rf db/*.json"
  },
  "keywords": [
    "database",
    "key-value",
    "encryption",
    "storage",
    "json",
    "simple",
    "mini"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/milodb.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/milodb/issues"
  },
  "homepage": "https://github.com/yourusername/milodb#readme",
  "devDependencies": {
    "eslint": "^8.0.0"
  }
}
