UNPKG

@hazae41/base58

Version:
34 lines (33 loc) 735 B
{ "type": "module", "name": "@hazae41/base58", "version": "2.0.0", "description": "Base58 for the web", "homepage": "https://github.com/hazae41/base58", "repository": "github:hazae41/base58", "author": "hazae41", "scripts": { "examine": "deno lint ./src && deno check ./src && deno test -RW ./src", "prepack": "rm -rf ./out && tsc && tscousin" }, "files": [ "./out" ], "exports": { ".": { "types": "./out/mod.d.ts", "import": "./out/mod.js" } }, "devDependencies": { "@hazae41/phobos": "^2.0.16", "@hazae41/tscousin": "^1.0.28", "@types/node": "^25.9.1", "deno": "^2.7.14", "typescript": "^6.0.3" }, "keywords": [ "base58", "typescript" ] }