UNPKG

@cosmos-kit/galaxy-station

Version:

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

56 lines (55 loc) 1.6 kB
{ "name": "@cosmos-kit/galaxy-station", "version": "2.14.0", "description": "@cosmos-kit/station is the Galaxy Station integration for CosmosKit", "author": "Hexxagon", "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" }, "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", "galaxy-station", "wallet" ], "bugs": { "url": "https://github.com/hyperweb-io/cosmos-kit/issues" }, "dependencies": { "@cosmos-kit/galaxy-station-extension": "^2.14.0", "@cosmos-kit/galaxy-station-mobile": "^2.14.0" }, "gitHead": "1a2bca960895fa5448277a8e745fb52bb21a7916" }