-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 867 Bytes
/
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
{
"name": "banaonodejs",
"version": "1.0.0",
"description": "Banao technologies (ATG)",
"main": "index.js",
"scripts": {
"nodemon": "nodemon src/index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumo47/BanaoNodejs.git"
},
"author": "sumit kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumo47/BanaoNodejs/issues"
},
"homepage": "https://github.com/sumo47/BanaoNodejs#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.2.1",
"mongoose-encryption": "^2.1.2",
"nodemailer": "^6.9.11",
"nodemon": "^3.1.0",
"randomstring": "^1.3.0"
}
}