@cosmos-kit/core
Version:
cosmos-kit wallet connector core package
92 lines (91 loc) • 2.33 kB
JSON
{
"name": "@cosmos-kit/core",
"version": "2.16.0",
"description": "cosmos-kit wallet connector core package",
"author": "developers@hyperweb.io",
"contributors": [
{
"name": "Jun Liu"
},
{
"name": "Dan Lynch"
},
{
"name": "Noah Saso"
},
{
"name": "Eliot Baker"
},
{
"name": "Delivan Jeonghyeok Yoo"
}
],
"homepage": "https://github.com/hyperweb-io/cosmos-kit#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"cjs",
"esm",
"!CHANGELOG.md",
"!LICENSE"
],
"scripts": {
"build:cjs": "yarn tsc -p tsconfig.json --outDir cjs --module commonjs || true",
"build:esm": "yarn tsc -p tsconfig.json --outDir esm --module es2022 || true",
"clean:cjs": "rimraf cjs",
"clean:esm": "rimraf esm",
"clean": "npm run clean:cjs && npm run clean:esm",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"prepare": "npm run build",
"lint": "eslint --ext .tsx,.ts .",
"format": "eslint --ext .tsx,.ts --fix .",
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"test:coverage": "jest --coverage"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/cosmos-kit"
},
"keywords": [
"cosmos-kit",
"cosmos",
"keplr",
"leap",
"cosmostation",
"wallet"
],
"bugs": {
"url": "https://github.com/hyperweb-io/cosmos-kit/issues"
},
"devDependencies": {
"chain-registry": "^1.64.13"
},
"dependencies": {
"@chain-registry/client": "^1.49.11",
"@chain-registry/keplr": "^1.69.13",
"@chain-registry/types": "^0.46.11",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@dao-dao/cosmiframe": "^1.0.0-rc.1",
"@walletconnect/types": "2.11.0",
"bowser": "2.11.0",
"cosmjs-types": "^0.9.0",
"events": "3.3.0",
"nock": "13.5.4",
"uuid": "^9.0.1"
},
"gitHead": "1a2bca960895fa5448277a8e745fb52bb21a7916"
}