-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 KB
/
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
39
40
41
42
43
44
{
"name": "innovate.rx",
"version": "1.0.0",
"description": "This is our Innovate-Rx landing page for all your treatment needs.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node seeds/index.js",
"start": "node server.js",
"dev": "nodemon server.js",
"heroku-postbuild": "npm run seed"
},
"keywords": [],
"author": "Fahad Hai, Tony Tran, Gregory Nguenang",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.9.0",
"aws-sdk": "^2.873.0",
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"connect-session-sequelize": "^7.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.1",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"sequelize": "^6.5.1",
"uuid": "^8.3.2",
"ws": "^6.2.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-monkey713/Innovate-Rx.git"
},
"bugs": {
"url": "https://github.com/code-monkey713/Innovate-Rx/issues"
},
"homepage": "https://github.com/code-monkey713/Innovate-Rx#readme"
}