forked from MoraesMari/SkoobyTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./app.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cookie-session": "^2.0.0",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "~4.16.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.1",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"sequelize": "^6.21.3",
"sequelize-cli": "^6.4.1",
"session-file-store": "^1.5.0"
},
"description": "Integrative Project: Skooby Tech is an e-commerce project for education and technology. Trade in online courses for the area of technology. \r Members: Mariana Moraes Oliva, James Oliveira & Nathalia Grott. Digital house class, 2022.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MoraesMari/SkoobyTech.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoraesMari/SkoobyTech/issues"
},
"homepage": "https://github.com/MoraesMari/SkoobyTech#readme",
"devDependencies": {
"nodemon": "^2.0.19"
}
}