-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.2 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
47
{
"name": "s6-miniproject",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-mongodb-session": "^3.1.1",
<<<<<<< HEAD
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.4.6",
"nodemon": "^2.0.19",
=======
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.4.4",
>>>>>>> b7209b44fd93f0f081d89d600d98af8cf6d89c17
"path": "^0.12.7",
"pdf-creator-node": "^2.3.4",
"phantomjs-prebuilt": "^2.1.16"
},
"scripts": {
<<<<<<< HEAD
"test": "echo \"Error: no test specified\" && exit 1"
=======
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "node app.js",
"server": "npx node app.js"
>>>>>>> b7209b44fd93f0f081d89d600d98af8cf6d89c17
},
"repository": {
"type": "git",
"url": "git+https://github.com/Basilmp850/S6-miniproject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Basilmp850/S6-miniproject/issues"
},
"homepage": "https://github.com/Basilmp850/S6-miniproject#readme"
}