@chain-registry/cosmostation
Version:
Chain Registry to Cosmostation
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "@chain-registry/cosmostation",
"version": "2.0.202",
"description": "Chain Registry to Cosmostation",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/hyperweb-io/chain-registry",
"license": "MIT",
"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": {
"chain-registry": "^2.0.202"
},
"dependencies": {
"@chain-registry/types": "^2.0.202",
"@chain-registry/utils": "^2.0.202",
"@cosmostation/extension-client": "0.1.15"
},
"keywords": [
"chain-registry",
"web3",
"cosmos",
"interchain",
"cosmostation"
],
"gitHead": "e5e5c52631e877683477c3762fded9168305dc35"
}