@ping-pub/chain-registry-client
Version:
Cosmos Blockchain Registry Client
49 lines (48 loc) • 1.13 kB
JSON
{
"name": "@ping-pub/chain-registry-client",
"version": "0.0.25",
"description": "Cosmos Blockchain Registry Client",
"keywords": [
"Cosmos",
"Registry"
],
"author": "liangping <18786721@qq.com>",
"homepage": "https://github.com/ping-pub/tools",
"license": "MIT",
"main": "dist/index.js",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ping-pub/tools.git"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"type": "module",
"bugs": {
"url": "https://github.com/ping-pub/tools/issues"
},
"dependencies": {
"@chain-registry/types": "^0.14.0",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"ts-node": "10.9.1"
},
"gitHead": "5e58dbbf4ee05be5a7661a4cee2a957efc8c68fb"
}