{
  "name": "geardb",
  "version": "1.1.5",
  "description": "Another Local JSON Database",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thegears/geardb.git"
  },
  "keywords": [
    "db",
    "geardb",
    "localdb",
    "jsondb",
    "local",
    "json"
  ],
  "author": "thegears",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thegears/geardb/issues"
  },
  "homepage": "https://github.com/thegears/geardb#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.2",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "geardb": ".",
    "steno": "^4.0.2"
  }
}
