-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
{
"name": "tooltime-backend",
"version": "1.0.0",
"description": "",
"main": "db-init.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:local": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-amplify-serverless-plugin": "^1.4.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-status-codes": "^2.1.4",
"lodash": "^4.17.21",
"logger": "0.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.3",
"sequelize": "^6.6.5",
"serverless-http": "^2.6.0",
"stripe": "^8.126.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"sequelize-cli": "^6.2.0",
"serverless-offline": "^6.8.0"
}
}