-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 998 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
39
40
41
42
43
{
"name": "meeting-background-maker-server",
"version": "1.0.0",
"description": "backgrounds for online meetings",
"main": "server.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.507.0",
"@aws-sdk/lib-storage": "^3.507.0",
"async": "^3.2.5",
"aws-sdk": "^2.1550.0",
"axios": "^1.6.7",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"jimp": "^0.22.10",
"lodash": "^4.17.21",
"nodemon": "^3.0.3",
"nvm": "^0.0.4",
"s3-zip": "^3.3.0",
"sharp": "^0.33.2",
"stream-to-string": "^1.2.1",
"yargs": "^17.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"nodemon": "nodemon server.js",
"prewarm": "node preImageProcessing.js"
},
"keywords": [
"zoom",
"google",
"hangouts",
"meeting",
"virtual",
"meetings",
"background",
"backgrounds",
"wallpaper"
],
"author": "Sarah Phillips",
"license": "ISC"
}