{
  "name": "@pnpm/crypto.base32-hash",
  "version": "2.0.0",
  "description": "Create a base32 hash",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!*.map"
  ],
  "repository": "https://github.com/pnpm/pnpm/blob/main/packages/crypto.base32-hash",
  "keywords": [
    "pnpm8",
    "hash",
    "crypto",
    "base32"
  ],
  "engines": {
    "node": ">=16.14"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/crypto.base32-hash#readme",
  "dependencies": {
    "rfc4648": "^1.5.2"
  },
  "devDependencies": {
    "@pnpm/crypto.base32-hash": "2.0.0",
    "@pnpm/prepare": "0.0.65"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}