-
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) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 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": "aws-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alextorrer/AWS-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alextorrer/AWS-API/issues"
},
"homepage": "https://github.com/alextorrer/AWS-API#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.95.0",
"aws-sdk": "^2.1141.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"sequelize": "^6.19.2"
}
}