{
  "name": "file-entry-cache",
  "version": "8.0.0",
  "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
  "repository": "jaredwray/file-entry-cache",
  "license": "MIT",
  "author": {
    "name": "Jared Wray",
    "url": "https://jaredwray.com"
  },
  "main": "cache.js",
  "engines": {
    "node": ">=16.0.0"
  },
  "prepush": [
    "npm run eslint --silent"
  ],
  "precommit": [
    "npm run eslint --silent"
  ],
  "keywords": [
    "file cache",
    "task cache files",
    "file cache",
    "key par",
    "key value",
    "cache"
  ]
}
