@chain-registry/keplr
Version:
Chain Registry to Keplr
43 lines (42 loc) • 1.28 kB
JSON
{
"name": "@chain-registry/keplr",
"version": "2.0.179",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Chain Registry to Keplr",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/hyperweb-io/chain-registry",
"license": "MIT",
"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"
},
"dependencies": {
"@chain-registry/types": "^2.0.179",
"@keplr-wallet/cosmos": "0.12.28",
"@keplr-wallet/crypto": "0.12.28",
"@types/semver": "^7.5.8",
"chain-registry": "^2.0.179",
"semver": "^7.5.0"
},
"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",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [],
"gitHead": "037b6974875ab951c4a96eff5d3f2fe7833679e0"
}