package.json
458 Bytes
{
"name": "coin-trade-assistant",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2018102235/Coin-trade-assistant.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^15.6.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"ws": "^7.4.6"
}
}