{
  "name": "@pnpm/crypto.base32-hash",
  "version": "900.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": [
    "pnpm9",
    "hash",
    "crypto",
    "base32"
  ],
  "engines": {
    "node": ">=18.12"
  },
  "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.3",
    "@pnpm/crypto.polyfill": "900.0.0"
  },
  "devDependencies": {
    "@pnpm/crypto.base32-hash": "900.0.0",
    "@pnpm/prepare": "0.0.105"
  },
  "funding": "https://opencollective.com/pnpm",
  "exports": {
    ".": "./lib/index.js"
  },
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "_test": "jest",
    "test": "pnpm run compile && pnpm run _test",
    "compile": "tsc --build && pnpm run lint --fix"
  }
}