-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
40
41
42
43
44
45
46
{
"name": "finance-app-node-api",
"version": "1.0.0",
"description": "Node.js API Server for Finance App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"jwt",
"authentication",
"express",
"mysql"
],
"author": {
"name": "yogiz",
"url": "https://prayogiz.com",
"github": "https://github.com/yogiz",
"twitter": "https://twitter.com/pra_yogiz"
},
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^7.1.1",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"datauri": "^3.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"sequelize": "^5.21.3"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}