@keplr-ewallet/ewallet-sdk-core
Version:
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "@keplr-ewallet/ewallet-sdk-core",
"version": "0.0.6-rc.98",
"packageManager": "yarn@4.7.0",
"type": "module",
"scripts": {
"clean": "del-cli dist",
"typecheck": "tsc --noEmit",
"build-type-legacy": "tsc --build --force --emitDeclarationOnly && tsc-alias",
"build": "yarn rollup-build",
"rollup-build": "yarn clean && rollup --c",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"keplr",
"ewallet",
"cosmos",
"blockchain",
"wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/chainapsis/ewallet.git",
"directory": "sdk/ewallet_sdk_core"
},
"dependencies": {
"@keplr-ewallet/stdlib-js": "^0.0.2-rc.21",
"@keplr-wallet/types": "^0.12.257"
},
"devDependencies": {
"@rollup/plugin-commonjs": "*",
"@rollup/plugin-node-resolve": "*",
"@rollup/plugin-replace": "*",
"@rollup/plugin-terser": "*",
"@rollup/plugin-typescript": "*",
"@types/jest": "*",
"@types/node": "*",
"del-cli": "*",
"jest": "*",
"rollup": "*",
"rollup-plugin-dts": "*",
"rollup-plugin-tsconfig-paths": "*",
"ts-jest": "*",
"tsc-alias": "*",
"tsx": "*",
"typescript": "*"
},
"gitHead": "d69e1ffcad07c941f61193f3d871a224e0f7399c"
}