-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 865 Bytes
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
{
"name": "lendersystembackend",
"version": "1.0.0",
"description": "This is the Lender Project",
"main": "index.js",
"scripts": {
"start": "npx nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateeeksagar/LenderSystemBackend.git"
},
"author": "Prateek-Admin",
"license": "ISC",
"bugs": {
"url": "https://github.com/prateeeksagar/LenderSystemBackend/issues"
},
"homepage": "https://github.com/prateeeksagar/LenderSystemBackend#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.2.0",
"nodemailer": "^6.9.2",
"nodemon": "^2.0.21",
"puppeteer": "^20.2.1",
"sequelize": "^6.29.3",
"sequelize-cli": "^6.6.0",
"uniqid": "^5.4.0"
}
}