-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 982 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
37
38
39
40
{
"name": "nodejs_url-shortner",
"version": "1.0.0",
"description": "url shortner based on nodejs and mongodb",
"author": "Bunty9 <[email protected]>",
"keywords": [
"nodejs mongodb urlshortner"
],
"license": "GPL v3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Bunty9/NodeJs_url-shortner.git"
},
"scripts": {
"start": "nodemon index.js"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"http-errors": "^1.8.0",
"joi": "^17.3.0",
"method-override": "^3.0.0",
"mongoose": "^5.11.12",
"nanoid": "^3.1.20",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pino": "^6.10.0",
"pino-http": "^5.3.0",
"pino-pretty": "^4.3.0",
"shortid": "^2.2.16"
}
}