-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 851 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
{
"name": "generalbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/storage-blob": "^12.4.0",
"@sendgrid/mail": "^7.4.4",
"azure-iothub": "^1.13.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-validator": "^6.9.2",
"heroku": "^7.47.12",
"joi": "^13.1.0",
"joy": "^0.1.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.15",
"nodemon": "^2.0.7",
"redux-devtools-extension": "^2.13.8",
"stripe": "^8.148.0",
"tedious": "^9.2.3"
},
"engines": {
"node": ">=10.0.0"
}
}