{
  "name": "flat-cache",
  "version": "4.0.1",
  "description": "A stupidly simple key/value storage using files to persist some data",
  "repository": "jaredwray/flat-cache",
  "license": "MIT",
  "author": {
    "name": "Jared Wray",
    "url": "https://jaredwray.com"
  },
  "main": "src/cache.js",
  "engines": {
    "node": ">=16"
  },
  "precommit": [
    "npm run verify --silent"
  ],
  "prepush": [
    "npm run verify --silent"
  ],
  "keywords": [
    "json cache",
    "simple cache",
    "file cache",
    "key par",
    "key value",
    "cache"
  ]
}
