{
  "name": "@keplr-ewallet/ewallet-sdk-cosmos",
  "version": "0.0.6-rc.50",
  "packageManager": "yarn@4.7.0",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "del-cli dist",
    "build": "yarn clean && node build.mjs && tsc --build --force --emitDeclarationOnly && tsc-alias",
    "build2": "yarn clean && tsc && rollup -c",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "keplr",
    "ewallet",
    "cosmos",
    "blockchain",
    "wallet",
    "cosmjs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chainapsis/ewallet.git",
    "directory": "sdk/ewallet_sdk_cosmos"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.33.1",
    "@cosmjs/proto-signing": "^0.33.1",
    "@keplr-ewallet/ewallet-sdk-core": "^0.0.6-rc.39",
    "@keplr-ewallet/stdlib-js": "^0.0.2-rc.6",
    "@keplr-wallet/proto-types": "^0.12.253",
    "@keplr-wallet/types": "^0.12.253",
    "@noble/curves": "^1.9.2",
    "@noble/hashes": "^1.8.0",
    "bech32": "^2.0.0",
    "buffer": "^6.0.3"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "*",
    "@rollup/plugin-node-resolve": "*",
    "@rollup/plugin-terser": "*",
    "@rollup/plugin-typescript": "*",
    "@types/jest": "*",
    "@types/node": "*",
    "@typescript-eslint/eslint-plugin": "*",
    "@typescript-eslint/parser": "*",
    "del-cli": "*",
    "esbuild": "*",
    "jest": "*",
    "rollup": "*",
    "rollup-plugin-dts": "*",
    "rollup-plugin-tsconfig-paths": "*",
    "ts-jest": "*",
    "tsc-alias": "*",
    "typescript": "*"
  },
  "gitHead": "2739bf84386b557eb2a8e659b6f4a0665bbe5903"
}
