UNPKG

@bestinslot/nada

Version:

Compression-focused encoding for zero-heavy solidity calldata and bytecode

36 lines (35 loc) 852 B
{ "name": "@bestinslot/nada", "version": "0.1.6", "description": "Compression-focused encoding for zero-heavy solidity calldata and bytecode", "main": "dist/src/nada.js", "types": "dist/types/src/nada.d.ts", "scripts": { "test": "uvu -r tsx test", "build": "tsc --build", "clean": "tsc --build --clean" }, "repository": { "type": "git", "url": "git+https://github.com/bestinslot-xyz/nada-js.git" }, "keywords": [ "solidity", "calldata", "encoding" ], "author": "Best in Slot", "license": "Apache-2.0", "bugs": { "url": "https://github.com/bestinslot-xyz/nada-js/issues" }, "homepage": "https://github.com/bestinslot-xyz/nada-js#readme", "devDependencies": { "tsx": "4.19.4", "typescript": "^5.8.3", "uvu": "^0.5.6" }, "publishConfig": { "access": "public" } }