{
  "name": "db-local",
  "version": "3.1.0",
  "description": "A local database for small to medium projects, that uses schema standardization and JSON to store data.",
  "license": "MIT",
  "author": "Lennart",
  "main": "./lib/index.js",
  "engines": {
    "node": ">=14.0.0"
  },
  "homepage": "https://github.com/lenn-xsr/db-local#readme",
  "keywords": [
    "db-local",
    "local",
    "db",
    "database",
    "json database",
    "schema",
    "json",
    "schema",
    "mongoose"
  ],
  "bugs": {
    "url": "https://github.com/lenn-xsr/db-local/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lenn-xsr/db-local.git"
  }
}
