{ "name": "@pnpm/crypto.base32-hash", "version": "1.0.1", "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": [ "pnpm7", "hash", "crypto", "base32" ], "engines": { "node": ">=14.6" }, "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.1" }, "devDependencies": { "@pnpm/crypto.base32-hash": "1.0.1", "@pnpm/prepare": "0.0.45" }, "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" } }