-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1018 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1018 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
{
"name": "ptracker-api",
"version": "1.0.0",
"description": "Portfolio Tracker API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --trace-warnings src/serverV1.js"
},
"author": "Dave J Schoepel",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.19"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.11.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.14.2",
"handlebars": "^4.7.7",
"image-downloader": "^4.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.2",
"multer": "^1.4.4",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.8",
"redis": "^4.3.0",
"rss-to-json": "^2.1.1",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"uuid": "^8.3.2",
"yahoo-finance2": "^2.11.3"
}
}