-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "yt",
"version": "1.0.0",
"description": "### Create a .env file and add your session secret like: SESSION_SECRET=randomstring #### Then install dependencies and run it, as smooth as that!",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"cloudinary": "^1.29.1",
"connect-mongo": "^3.2.0",
"dompurify": "^2.3.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"ejs-mate": "^3.0.0",
"express": "^4.17.2",
"express-flash": "^0.0.2",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"jsdom": "^19.0.0",
"marked": "^4.0.12",
"method-override": "^3.0.0",
"mongoose": "^5.13.14",
"multer": "^1.4.4",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"slugify": "^1.6.5"
},
"engines": {
"node": ">=14 <15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GMohammadAli/Curriculum-Based-System.git"
},
"bugs": {
"url": "https://github.com/GMohammadAli/Curriculum-Based-System/issues"
},
"homepage": "https://github.com/GMohammadAli/Curriculum-Based-System#readme"
}