Mirror of https://github.com/wereHamster/bytestring
at main 22 lines 477 B view raw
1{ 2 "type": "module", 3 "name": "bytestring", 4 "version": "0.0.0", 5 "description": "Modules for manipulating byte strings", 6 "license": "MIT", 7 "sideEffects": false, 8 "exports": { 9 "./base58": { 10 "types": "./base58/index.d.ts", 11 "import": "./base58/index.js" 12 } 13 }, 14 "devDependencies": { 15 "fast-check": "^4.3.0", 16 "typescript": "^5.9.3" 17 }, 18 "repository": { 19 "type": "git", 20 "url": "git+https://github.com/wereHamster/bytestring.git" 21 } 22}