-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 999 Bytes
/
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
40
{
"name": "tradehistoryapp",
"version": "1.0.0",
"description": "an app that helps stock traders better make decision",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"engine": {
"node": "14.15.2",
"npm": "8.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MhdSadd/stockHistoryApp.git"
},
"author": "Msadiq",
"license": "ISC",
"bugs": {
"url": "https://github.com/MhdSadd/stockHistoryApp/issues"
},
"homepage": "https://github.com/MhdSadd/stockHistoryApp#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"convert-csv-to-json": "^1.3.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.2",
"morgan": "^1.10.0",
"passport": "^0.5.2",
"validator": "^13.1.1",
"xls-to-json": "^2.1.0",
"xlsx-to-json": "^0.3.0"
}
}