@dojima-wallet/transfer
Version:
Transfer assets from account to account
44 lines (43 loc) • 1.24 kB
JSON
{
"name": "@dojima-wallet/transfer",
"version": "0.0.1-alpha.77",
"description": "Transfer assets from account to account",
"keywords": [
"transfer",
"account"
],
"author": "yerramreddyuday <uday.prasad@dojima.network>",
"homepage": "https://github.com/dojimanetwork/wallet-js#readme",
"license": "ISC",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/lib/index.d.ts",
"directories": {
"dist": "dist",
"src": "lib"
},
"files": [
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dojimanetwork/wallet-js.git"
},
"scripts": {
"build_rm:ylck": "rm -rf dist/ node_modules/ yarn.lock && yarn && webpack --config ../../webpack/webpack.config.js",
"build_rm:nm": "rm -rf dist/ node_modules/ && yarn && webpack --config ../../webpack/webpack.config.js",
"build": "webpack --config ../../webpack/webpack.config.js"
},
"bugs": {
"url": "https://github.com/dojimanetwork/wallet-js/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@dojima-wallet/connection": "^0.0.1-alpha.95",
"@dojima-wallet/types": "^0.0.1-alpha.8",
"@dojima-wallet/utils": "^0.0.1-alpha.11"
}
}