-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (47 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "shortlink",
"version": "1.0.0",
"description": "ShortLink is a simple and user-friendly link shortening service that efficiently shortens long URLs, enabling users to share links quickly and effectively.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetilboga2004/ShortLink.git"
},
"keywords": [
"Link",
"Short",
"Url",
"Share"
],
"author": "Ahmet İlboga",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahmetilboga2004/ShortLink/issues"
},
"homepage": "https://github.com/ahmetilboga2004/ShortLink#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-ensure-login": "^0.1.1",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"express-session": "^1.17.3",
"mongoose": "^8.0.3",
"dotenv": "^16.4.2",
"express": "^4.18.3",
"express-session": "^1.18.0",
"mongoose": "^8.0.2",
"nodemailer": "^6.9.9",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "^0.1.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"validator": "^13.12.0"
}
}