-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 KB
/
package.json
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
{
"name": "326-project-repo-max-flow-xy",
"version": "1.0.0",
"description": "The best stock dashboard : StockExpert.io",
"type": "module",
"main": "src/server/api.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "nodemon src/api.js",
"start": "node src/api.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umass-cs-326-s23/326-project-repo-max-flow-xy.git"
},
"author": "Antonio, Zhiyang, Xingyu, Aditya",
"license": "ISC",
"bugs": {
"url": "https://github.com/umass-cs-326-s23/326-project-repo-max-flow-xy/issues"
},
"homepage": "https://github.com/umass-cs-326-s23/326-project-repo-max-flow-xy#readme",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongodb": "^5.4.0",
"morgan": "^1.10.0",
"newsapi": "^2.4.1",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pouchdb": "^8.0.1",
"pouchdb-find": "^8.0.1",
"yahoo-finance2": "^2.4.1"
}
}