-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "aspect-based-sentiment-dashboard",
"version": "2.0.0",
"description": "Dimensionality Aspect-Based Sentiment Analysis Dashboard - Multi-dimensional sentiment analysis across Quality, Performance, Price, Service, Features, Reliability, Design, and Usability",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"xlsx": "^0.18.5",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"sentiment": "^5.0.2",
"node-cron": "^3.0.3"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"keywords": [
"aspect-based-sentiment-analysis",
"dimensionality-analysis",
"sentiment-analysis",
"news",
"real-time",
"dashboard",
"nlp",
"machine-learning",
"multi-dimensional"
],
"author": "Your Name",
"license": "MIT"
}