-
Notifications
You must be signed in to change notification settings - Fork 254
/
Copy pathpackage.json
33 lines (33 loc) · 873 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": "pizza-luvrs",
"version": "2.0.0",
"description": "A social oasis for lovers of pizza.",
"repository": "https://github.com/ryanmurakami/pizza-luvrs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Ryan Lewis <[email protected]>",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-dynamodb": "3.29.0",
"@aws-sdk/client-s3": "3.29.0",
"@aws-sdk/lib-dynamodb": "3.29.0",
"@hapi/boom": "9.1.4",
"@hapi/catbox": "11.1.1",
"@hapi/catbox-redis": "6.0.2",
"@hapi/cookie": "11.0.2",
"@hapi/hapi": "20.1.5",
"@hapi/inert": "6.0.4",
"@hapi/vision": "6.1.0",
"bcryptjs": "2.4.3",
"bootflat": "2.0.4",
"fs-extra": "10.0.0",
"handlebars": "4.7.7",
"joi": "17.4.2",
"lodash": "4.17.21",
"pg": "8.7.1",
"sequelize": "6.6.5",
"winston": "3.3.3"
}
}