-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "reelify-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build":"npm install --output public",
"start": "node ./api/index.js",
"dev": "nodemon ./api/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.535.0",
"@aws-sdk/lib-storage": "^3.535.0",
"@aws-sdk/s3-request-presigner": "^3.535.0",
"axios": "^1.6.8",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"mongodb": "^6.5.0",
"mongoose": "^8.2.2",
"multer": "^1.4.5-lts.1",
"music-metadata": "^7.14.0",
"openai": "^4.29.1",
"sharp": "^0.33.2",
"wavefile": "^11.0.0"
}
}