-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "simple-wms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neos1803/simple-wms.git"
},
"keywords": [],
"author": "Musfirotus S., Nanda W. Purba",
"license": "ISC",
"bugs": {
"url": "https://github.com/neos1803/simple-wms/issues"
},
"homepage": "https://github.com/neos1803/simple-wms#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"html-pdf": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mustache": "^4.0.1",
"mysql2": "^2.1.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4",
"pdfkit": "^0.11.0",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
"redis": "2.8.0"
}
}