-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
47
48
{
"name": "upanddown-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InserToken/UpAndDown-Server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InserToken/UpAndDown-Server/issues"
},
"homepage": "https://github.com/InserToken/UpAndDown-Server#readme",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"cheerio": "^1.1.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "~2.6.9",
"dotenv": "^17.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"fast-xml-parser": "^5.2.5",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.17.0",
"mongoose": "^8.16.3",
"morgan": "~1.9.1",
"node-cache": "^5.1.2",
"node-cron": "^4.2.1",
"node-fetch": "^2.7.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.5",
"validator": "^13.15.15",
"yahoo-finance2": "^2.13.3"
}
}