UNPKG

@dahlia-labs/celo-tokens

Version:
63 lines 1.48 kB
{ "name": "@dahlia-labs/celo-tokens", "description": "Common token list for Celo.", "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", "keywords": [ "celo", "dahlia", "mobius", "pinnata" ], "scripts": { "build": "tsc && tsc -P tsconfig.cjs.json", "clean": "rm -rf dist" }, "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "dependencies": { "@dahlia-labs/celo-contrib": "^0.10.4", "@dahlia-labs/token-utils": "^0.10.4", "@ubeswap/token-math": "^5.2.1", "lodash.mapvalues": "^4.6.0", "tiny-invariant": "^1.3.1", "tslib": "^2.4.1" }, "engines": { "node": ">=12.x" }, "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", "@types/lodash.mapvalues": "^4.6.7", "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" }