-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1023 Bytes
/
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
{
"name": "ccapdev_mp",
"version": "1.0.0",
"description": "- Go, Eldrich\r - Opalla, Rijan\r - Oquias, Sophia",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -r dotenv/config index.js",
"server": "node -r dotenv/config index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SophiaOquias/CCAPDEV_MP.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SophiaOquias/CCAPDEV_MP/issues"
},
"homepage": "https://github.com/SophiaOquias/CCAPDEV_MP#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"express-validator": "^6.14.1",
"mongodb": "^4.6.0",
"mongoose": "^6.3.5"
},
"devDependencies": {
"dotenv": "^16.0.1",
"nodemon": "^1.3.3"
}
}