{ "type": "module", "name": "bytestring", "version": "0.0.0", "description": "Modules for manipulating byte strings", "license": "MIT", "sideEffects": false, "exports": { "./base58": { "types": "./base58/index.d.ts", "import": "./base58/index.js" } }, "devDependencies": { "fast-check": "^4.3.0", "typescript": "^5.9.3" }, "repository": { "type": "git", "url": "git+https://github.com/wereHamster/bytestring.git" } }