-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 871 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 871 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
33
34
{
"name": "timeline-wall-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon run start",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1221.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"ffmpeg-static": "^5.1.0",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"pg": "^8.8.0",
"sharp": "^0.31.0",
"simple-thumbnail": "^1.6.5",
"tc-core-library-js": "topcoder-platform/tc-core-library-js.git#master",
"topcoder-bus-api-wrapper": "topcoder-platform/tc-bus-api-wrapper.git"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}