-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "back-end-inventory",
"version": "1.0.0",
"description": "## Requirement npm install npm install express npm install body-parser npm install jsonwebtoken npm install bcryptjs npm install @hapi/joi npm install --save-nodemon npm install dotenv",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fanzru/Back-End-Inventory.git"
},
"keywords": [],
"author": "Ananda Affan Fattahila",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fanzru/Back-End-Inventory/issues"
},
"homepage": "https://github.com/Fanzru/Back-End-Inventory#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.26.3",
"connect-mongodb-session": "^2.4.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.2",
"mongoose-double": "0.0.1",
"mongoose-int32": "^0.5.0",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"nanoid": "^3.1.23",
"path": "^0.12.7",
"sequelize": "^6.6.5"
},
"devDependencies": {}
}