-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1000 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1000 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
39
40
41
42
43
44
45
46
{
"name": "ogong-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"nodemonConfig": {
"ignore": [
"batch/data/"
],
"watch": [
"."
]
},
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"csv-parser": "^3.0.0",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"json2csv": "^6.0.0-alpha.2",
"ml-kmeans": "^6.0.0",
"ml-pca": "^4.1.1",
"mongoose": "^8.4.1",
"morgan": "~1.9.1",
"node-cron": "^3.0.3",
"nodemon": "^3.1.3",
"request": "^2.88.2",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"unzipper": "^0.12.1",
"ws": "^8.17.1",
"xml2js": "^0.6.2"
}
}