@cosmos-kit/galaxy-station

v2.9.0
@cosmos-kit/station is the Galaxy Station integration for CosmosKit
cosmos-kit cosmos galaxy-station wallet

lint

eslint --ext .tsx,.ts .

test

jest

build

npm run clean && npm run build:cjs && npm run build:esm

clean

npm run clean:cjs && npm run clean:esm

format

eslint --ext .tsx,.ts --fix .

prepare

npm run build

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

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:watch

jest --watch
npm i @cosmos-kit/[email protected]

Metadata

Downloads