defi-utils
Version:
> An Accessible Defi Utility for Defi
29 lines (28 loc) • 570 B
JSON
{
"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"
}
}