UNPKG

@dojima-wallet/non-native

Version:

package for non-native tokens functionality

46 lines (45 loc) 1.25 kB
{ "name": "@dojima-wallet/non-native", "version": "0.0.1-alpha.12", "description": "package for non-native tokens functionality", "keywords": [ "balance", "send", "tokens", "transaction" ], "module": "dist/index.js", "main": "dist/index.js", "types": "dist/lib/index.d.ts", "author": "yerramreddyuday <uday.prasad@dojima.network>", "homepage": "https://github.com/dojimanetwork/wallet-js#readme", "license": "ISC", "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/account": "^0.0.1-alpha.21", "@dojima-wallet/types": "^0.0.1-alpha.4", "web3-utils": "1.7.1" } }