-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"name": "apdevt2-2025-1",
"version": "1.0.0",
"description": "1. run 'npm i' 2. Set up .env file - PORT = 3000 - MONGO_URI = mongodb://localhost:27017/ 3. run 'npm run dev'",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronDLSU/APDEVT2-2025-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apdevt2-2025-1": "file:",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"env": "^0.0.2",
"express": "^4.21.2",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-handlebars": "^8.0.1",
"express-session": "^1.18.1",
"hbs": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "^8.11.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.1.9"
},
"bugs": {
"url": "https://github.com/aaronDLSU/APDEVT2-2025-1/issues"
},
"homepage": "https://github.com/aaronDLSU/APDEVT2-2025-1#readme"
}