@cosmos-kit/react
Version:
cosmos-kit wallet connector
98 lines (97 loc) • 2.43 kB
JSON
{
"name": "@cosmos-kit/react",
"version": "2.24.0",
"description": "cosmos-kit wallet connector",
"author": "Constructive <developers@constructive.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",
"source": "./src/index.ts",
"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",
"clear": "rm -rf ./dist"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/cosmos-kit"
},
"keywords": [
"cosmos",
"cosmos-kit",
"cosmostation",
"leap",
"keplr",
"wallet"
],
"bugs": {
"url": "https://github.com/hyperweb-io/cosmos-kit/issues"
},
"jest": {
"testPathIgnorePatterns": [
"dist/"
]
},
"devDependencies": {
"@dao-dao/cosmiframe": "^1.0.0",
"@types/react": "latest",
"@types/react-dom": "latest"
},
"dependencies": {
"@chain-registry/types": "^0.46.11",
"@cosmos-kit/core": "^2.18.0",
"@cosmos-kit/react-lite": "^2.18.0",
"@react-icons/all-files": "^4.1.0"
},
"peerDependencies": {
"@interchain-ui/react": "^1.26.3",
"@types/react": "latest",
"@types/react-dom": "latest",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"gitHead": "cd6f6b6df39be9abe72b25e59fc3c447d2ff313d"
}