@chain-registry/keplr
Version:
Chain Registry to Keplr
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "@chain-registry/keplr",
"version": "1.74.174",
"description": "Chain Registry to Keplr",
"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",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/semver": "^7.5.8",
"chain-registry": "^1.69.174"
},
"dependencies": {
"@chain-registry/types": "^0.50.108",
"@keplr-wallet/cosmos": "0.12.28",
"@keplr-wallet/crypto": "0.12.28",
"semver": "^7.5.0"
},
"keywords": [
"chain-registry",
"web3",
"cosmos",
"interchain",
"keplr"
],
"gitHead": "ac50692aea14fb100de9b442f058b255be137f90"
}