trading-pulse / package.json
datamk's picture
Upload 11 files
b54e097 verified
raw
history blame contribute delete
490 Bytes
{
"name": "stock-sentiment-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.13.5",
"compression": "^1.8.1",
"cors": "^2.8.6",
"express": "^5.2.1",
"node-cron": "^4.2.1",
"rss-parser": "^3.13.0",
"sentiment": "^5.0.2"
}
}