-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 975 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
39
40
41
42
43
{
"name": "leadread",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Catchi-Nichi/Catchinichi-SERVER.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Catchi-Nichi/Catchinichi-SERVER/issues"
},
"homepage": "https://github.com/Catchi-Nichi/Catchinichi-SERVER#readme",
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"aws-sdk": "^2.903.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"python-shell": "^3.0.0",
"sequelize": "^6.5.0",
"sequelize-cli": "^6.2.0",
"swagger-jsdoc": "^6.0.0",
"swagger-ui-express": "^4.1.6",
"twilio": "^3.59.0"
}
}