{
  "name": "@eklingen/file-hash-cache",
  "version": "1.1.4",
  "description": "Simple SHA-1 hash cache for tracking file changes.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eklingen/file-hash-cache.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Elco Klingen",
  "license": "MIT",
  "homepage": "https://github.com/eklingen/file-hash-cache#readme",
  "bugs": {
    "url": "https://github.com/eklingen/file-hash-cache/issues"
  },
  "keywords": [
    "node",
    "file",
    "hash",
    "cache",
    "sha-1",
    "json",
    "disk"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "CHANGELOG.md"
  ],
  "type": "module",
  "packageManager": "yarn@4.1.1"
}