@chain-registry/utils
Version:
Chain Registry Utils
48 lines (47 loc) • 1.24 kB
JSON
{
"name": "@chain-registry/utils",
"version": "2.0.16",
"description": "Chain Registry Utils",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/hyperweb-io/chain-registry",
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/chain-registry"
},
"bugs": {
"url": "https://github.com/hyperweb-io/chain-registry/issues"
},
"scripts": {
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/sha.js": "^2.4.0"
},
"dependencies": {
"@chain-registry/types": "^2.0.16",
"bignumber.js": "9.1.2",
"chain-registry": "^2.0.16",
"sha.js": "^2.4.11"
},
"keywords": [
"chain-registry",
"web3",
"cosmos",
"interchain"
],
"gitHead": "5d1c7b42c100e9a5ec7cf18bb1c79e4a09d5046e"
}