package.json
1 { 2 "name": "cardano-ledger-data", 3 "version": "1.0.0", 4 "description": "A collection of script utils to fetch ledger data for Cardano.", 5 "repository": "git@github.com:pragma-org/amaru.git", 6 "author": "KtorZ <matthias.benkort@gmail.com>", 7 "license": "Apache-2.0", 8 "private": false, 9 "scripts": { 10 "fetch": "node fetch.mjs" 11 }, 12 "dependencies": { 13 "@cardano-ogmios/mdk": "^1.0.0", 14 "@cardanosolutions/json-bigint": "^1.0.1", 15 "bech32": "^2.0.0", 16 "ws": "^8.18.2" 17 } 18 }