-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 956 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": "project-2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mysql": "mysql -u root -p",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dannymont94/project-2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dannymont94/project-2/issues"
},
"homepage": "https://github.com/Dannymont94/project-2#readme",
"dependencies": {
"aws-sdk": "^2.752.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-session-sequelize": "^7.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.1.0",
"puppeteer": "^5.2.1",
"sequelize": "^6.3.5",
"uuidv4": "^6.2.3"
}
}