UNPKG

chain-registry

Version:
44 lines (43 loc) 1.21 kB
{ "name": "chain-registry", "version": "2.0.43", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch <pyramation@gmail.com>", "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme", "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", "codegen": "rimraf src/** && ts-node ./scripts/build.ts", "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@chain-registry/types": "^2.0.43" }, "keywords": [ "chain-registry", "web3", "cosmos", "cosmos-sdk", "interchain", "tokens" ], "gitHead": "2a6ae629bb4cd3fa00ce91e2373582fc92849b9e" }