UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
64 lines (63 loc) 1.76 kB
{ "name": "@keplr-ewallet/ewallet-sdk-cosmos", "version": "0.0.6-rc.110", "packageManager": "yarn@4.7.0", "type": "module", "publishConfig": { "access": "public" }, "scripts": { "clean": "del-cli dist", "build": "yarn rollup-build && yarn build-declaration", "build-declaration": "tsc --build --force --emitDeclarationOnly && tsc-alias", "rollup-build": "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.88", "@keplr-ewallet/stdlib-js": "^0.0.2-rc.19", "@keplr-wallet/proto-types": "^0.12.253", "@keplr-wallet/types": "^0.12.253", "@noble/curves": "^2.0.0", "@noble/hashes": "^1.8.0", "bech32": "^2.0.0", "buffer": "^6.0.3", "uuid": "*" }, "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": "*", "jest": "*", "rollup": "*", "rollup-plugin-dts": "*", "rollup-plugin-tsconfig-paths": "*", "ts-jest": "*", "tsc-alias": "*", "typescript": "*" }, "gitHead": "76328f1fb84329d1421b1dbf617c78a9b6e50ee6" }