UNPKG

@cosmos-kit/station-extension

Version:

@cosmos-kit/station-extension is the Station integration for CosmosKit

78 lines (77 loc) 2.06 kB
{ "name": "@cosmos-kit/station-extension", "version": "2.16.1", "description": "@cosmos-kit/station-extension is the Station integration for CosmosKit", "author": "kanisorn@alleslab.com", "contributors": [ { "name": "kanisorn" } ], "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" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/hyperweb-io/cosmos-kit" }, "keywords": [ "cosmos-kit", "cosmos", "terra", "terra-station", "wallet" ], "bugs": { "url": "https://github.com/hyperweb-io/cosmos-kit/issues" }, "jest": { "testPathIgnorePatterns": [ "dist/" ] }, "dependencies": { "@cosmos-kit/core": "^2.18.1", "@terra-money/feather.js": "^1.0.8", "@terra-money/station-connector": "^1.1.0", "@terra-money/wallet-types": "^3.11.2" }, "devDependencies": { "@chain-registry/types": "^0.46.11" }, "peerDependencies": { "@chain-registry/types": ">= 0.17", "@cosmjs/amino": ">=0.32.3", "@cosmjs/proto-signing": ">=0.32.3" }, "gitHead": "6cc4c16b433008f36fb0c3fe838db2cbb61331cc" }