@chain-registry/client
Version:
Chain Registry Client
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "@chain-registry/client",
"version": "1.53.147",
"description": "Chain Registry Client",
"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",
"@types/supertest": "2.0.12",
"nock": "13.3.2",
"supertest": "6.3.3"
},
"dependencies": {
"@chain-registry/types": "^0.50.147",
"@chain-registry/utils": "^1.51.147",
"bfs-path": "^1.0.2",
"cross-fetch": "^3.1.5"
},
"keywords": [
"chain-registry",
"web3",
"cosmos",
"interchain",
"tokens"
],
"gitHead": "27e44cd003c8f4369ec138416e0eeae308ea7235"
}