UNPKG

@dahlia-labs/token-utils

Version:

Token-related math and transaction utilities.

58 lines 1.38 kB
{ "name": "@dahlia-labs/token-utils", "description": "Token-related math and transaction utilities.", "version": "0.10.4", "repository": { "type": "git", "url": "git+ssh://git@github.com/DahliaLabs/dahlia-common.git" }, "author": "Kyle Scott <kyle@dahlia.finance>", "license": "Apache-2.0", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "keywords": [ "celo", "dahlia", "mobius", "pinnata" ], "scripts": { "build": "tsc && tsc -P tsconfig.cjs.json", "clean": "rm -fr dist/", "prepublishOnly": "npm run build" }, "dependencies": { "@dahlia-labs/celo-contrib": "^0.10.4", "@ubeswap/token-math": "^5.2.1", "tiny-invariant": "^1.3.1", "tslib": "^2.4.1" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist/", "src/" ], "devDependencies": { "@saberhq/tsconfig": "^2.1.0", "@types/bn.js": "^5.1.1", "jsbi": "^4.3.0", "typescript": "^4.9.3" }, "peerDependencies": { "bn.js": "^4 || ^5", "jsbi": "^3 || ^4" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/DahliaLabs/dahlia-common/issues" }, "homepage": "https://github.com/DahliaLabs/dahlia-common#readme", "gitHead": "f41418de24916ae96753da2fba3fff2d404c178e" }