-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "cse_216_termendproject",
"version": "1.0.0",
"description": "term final project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js",
"push": "git push -u origin akib"
},
"author": "akibur rahman & zarin tasnim batool",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/akib-89/DatabaseTermProject.git"
},
"bugs": {
"url": "https://github.com/akib-89/DatabaseTermProject/issues"
},
"homepage": "https://github.com/akib-89/DatabaseTermProject#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"marked": "^4.1.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"oracledb": "^5.5.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
}
}