UNPKG

defi-utils

Version:
29 lines (28 loc) 570 B
{ "name": "defi-utils", "version": "2.5.1", "description": "", "author": "Mauricio Hernan Cabrera <mauriciohernancabrera@gmail.com>", "types": "dist/index.d.ts", "main": "dist", "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/MauricioHernanCabrera/defi-utils.git" }, "scripts": { "build": "tsc --build" }, "keywords": [ "defi-utils", "blockchain-utils" ], "license": "ISC", "dependencies": { "bignumber.js": "9.1.0", "lodash": "4.17.21", "typescript": "5.1.5" } }