{
  "name": "@keplr-ewallet/ewallet-sdk-core",
  "version": "0.0.6-rc.38",
  "packageManager": "yarn@4.7.0",
  "type": "module",
  "scripts": {
    "clean": "del-cli dist",
    "build": "yarn clean && tsc --build --force && rollup -c"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "keplr",
    "ewallet",
    "cosmos",
    "blockchain",
    "wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chainapsis/ewallet.git",
    "directory": "sdk/ewallet_sdk_core"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest": "*",
    "@types/node": "*",
    "del-cli": "*",
    "jest": "*",
    "rollup": "^4.0.0",
    "rollup-plugin-terser": "^7.0.0",
    "ts-jest": "*",
    "typescript": "*"
  },
  "gitHead": "552b32475ab68ccbee3ac0ac20b9f0c78198c83a",
  "dependencies": {
    "@keplr-ewallet/stdlib-js": "^0.0.2-rc.6",
    "@keplr-wallet/types": "^0.12.257"
  }
}
