package.json
519 Bytes
{
"name": "stockalarm",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"express": "^4.17.1",
"node-cron": "^3.0.0",
"request": "^2.88.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "http://khuhub.khu.ac.kr/2020105648/stockAlarm.git"
},
"author": "",
"license": "ISC"
}