package.json 715 Bytes
{
  "name": "Coin-trade-assistant",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2018102235/Coin-trade-assistant.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.19.0",
    "coingecko-api": "^1.0.10",
    "coinmarketcap-api": "^3.1.1",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.5.1",
    "node-binance-api": "^0.12.5",
    "node-coinmarketcap": "^0.2.0",
    "node-fetch": "^2.6.1",
    "request": "^2.88.2",
    "request-promise": "^4.2.6"
  }
}