crypto-portfolio-viewer
Version:
view your aggregated cryptocurrency portfolio across exchanges, ETH wallet, and any other places!
76 lines (75 loc) • 2.25 kB
JSON
{
"name": "crypto-portfolio-viewer",
"version": "1.0.2",
"description": "view your aggregated cryptocurrency portfolio across exchanges, ETH wallet, and any other places!",
"main": "dist/crypto-portfolio-viwer.bundle.js",
"files": [
"dist/crypto-portfolio-viwer.bundle.js"
],
"author": "Shunji Zhan <shunhahaha@live.com>",
"repository": "git@github.com/shunjizhan/crypto-portfolio-viwer.git",
"homepage": "https://github.com/shunjizhan/crypto-portfolio-viwer",
"bugs": {
"url": "https://github.com/shunjizhan/crypto-portfolio-viwer/issues"
},
"license": "MIT",
"private": false,
"keywords": [
"npm",
"npm-package",
"npm-module",
"etherium",
"portfolio",
"nodejs",
"crypto",
"bitcoin",
"trading-bot",
"cryptocurrency",
"cryptocurrencies",
"cryptocurrency-trading-bot",
"cli-tool",
"cryptocurrency-exchanges",
"cryptocurrency-portfolio",
"cryptocurrency-prices",
"cryptocurrency-wallet",
"ccxt",
"cryptocurrency-api",
"coingecko",
"coingecko-api",
"crypto-exchange-api",
"coingecko-client",
"crypto-exchange-software",
"portfolio-viewer"
],
"scripts": {
"all": "node examples/viewAllAssets",
"eth": "node examples/viewETHAssets",
"exchange": "node examples/viewExchangeAssets",
"other": "node examples/viewOtherAssets",
"lint": "eslint src/ examples/ --ext .js",
"build": "MODE=production webpack --config webpack.config.js --progress --color",
"buildDev": "MODE=development webpack --config webpack.config.js --progress --color",
"prepublish": "rm -rf dist/ && yarn build"
},
"dependencies": {
"axios": "^0.21.1",
"ccxt": "^1.46.15",
"chalk": "^4.1.0",
"coingecko-api": "^1.0.10",
"lodash": "^4.17.21",
"table": "^6.0.9"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"webpack": "^5.31.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.6.0"
}
}