-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "mi_libro",
"version": "1.0.1",
"description": "MI LIBRO is a book management system built with Node.js, Express and Reactjs with MUI Theme.",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ajayos/MI_LIBRO.git"
},
"author": "Ajay o s, Akarsh Krishna, Abinas Sulaimans, Saran T K, Yasir Muhd",
"bugs": {
"url": "https://github.com/Ajayos/MI_LIBRO/issues"
},
"homepage": "https://github.com/Ajayos/MI_LIBRO#readme",
"dependencies": {
"@ajayos/nodelog": "^1.0.2",
"@ajayos/nodelogger": "^1.0.6",
"@ajayos/nodemon": "^0.0.5",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"http": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.1.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.3",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
}
}