forked from brendan-aper/Something-Borrowed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 990 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
{
"name": "something-borrowed",
"version": "1.2.0",
"description": "An application that fosters community connections while eliminating unnecessary consumer purchases through borrowing & lending everyday products.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"seed": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michiewillman/something-borrowed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michiewillman/something-borrowed.git/issues"
},
"homepage": "https://github.com/michiewillman/something-borrowed#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.40.0",
"connect-session-sequelize": "^7.1.7",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.1",
"express-session": "^1.17.3",
"handlebars": "^4.7.8",
"mysql2": "^3.6.0",
"sequelize": "^6.32.1"
},
"keywords": []
}