{
  "name": "npm-sha256-hash-fetcher",
  "version": "1.2.1",
  "description": "A JavaScript library to fetch the latest version and SHA-256 file hashes for npm packages using the jsDelivr API.",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "start": "npx http-server"
  },
  "keywords": [
    "npm",
    "jsdelivr",
    "hash",
    "sha256",
    "file",
    "api"
  ],
  "author": "Thomas Steiner (tomac@google.com)",
  "license": "Apache-2.0"
}
