-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 593 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 593 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
{
"name": "serverless-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1408.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"email-validator": "^2.0.4",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"mysql2": "^3.4.1",
"sequelize": "^6.32.1",
"serverless-http": "^3.2.0",
"uuid": "^9.0.0"
}
}