-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 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
45
46
{
"name": "bring-server",
"version": "1.0.0",
"description": "Server for BRING recycling donation app",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alecspringel/bring-server.git"
},
"author": "Alec Springel, Sam Peters",
"license": "MIT",
"bugs": {
"url": "https://github.com/alecspringel/bring-server/issues"
},
"homepage": "https://github.com/alecspringel/bring-server#readme",
"dependencies": {
"aws-sdk": "^2.777.0",
"axios": "^0.21.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"is-empty": "^1.2.0",
"lru-cache": "^6.0.0",
"mongoose": "^5.10.9",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"multer-s3-transform": "^2.3.2",
"nodemailer": "^6.4.14",
"nodemon": "^2.0.6",
"sharp": "^0.26.2",
"shortid": "^2.2.16",
"twilio": "^3.50.0",
"uuid": "^8.3.2",
"validator": "^13.1.17"
},
"resolutions": {
"minipass": "2.7.0"
}
}