package.json
450 Bytes
{
"name": "crypto_trade_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/Crypto/Crypto_trade_bot.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^3.0.0"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}