-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 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
36
{
"name": "lm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pr-a-s-h-a-n-t/LM.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pr-a-s-h-a-n-t/LM/issues"
},
"homepage": "https://github.com/pr-a-s-h-a-n-t/LM#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"cli-color": "^2.0.3",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"validator": "^13.9.0"
}
}