2023-10-09 17:22:48 +00:00
|
|
|
{
|
|
|
|
"name": "sentiment_api",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js",
|
|
|
|
"dev": "nodemon app.js"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@google-cloud/language": "^6.1.0",
|
2023-11-03 12:02:59 +00:00
|
|
|
"@google-cloud/speech": "^6.0.2",
|
|
|
|
"@google-cloud/storage": "^7.4.0",
|
2023-10-09 17:22:48 +00:00
|
|
|
"@google-cloud/text-to-speech": "^5.0.1",
|
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"dotenv": "^10.0.0",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-async-errors": "^3.1.1",
|
|
|
|
"express-fileupload": "^1.2.1",
|
|
|
|
"express-mongo-sanitize": "^2.1.0",
|
|
|
|
"express-rate-limit": "^5.4.1",
|
2023-11-03 12:02:59 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
|
|
"google-gax": "^4.0.5",
|
|
|
|
"google-proto-files": "^4.0.0",
|
|
|
|
"google-protobuf": "^3.21.2",
|
2023-10-09 17:22:48 +00:00
|
|
|
"helmet": "^4.6.0",
|
|
|
|
"http-status-codes": "^2.1.4",
|
|
|
|
"joi": "^17.4.0",
|
|
|
|
"mongoose": "^7.3.1",
|
|
|
|
"morgan": "^1.10.0",
|
2023-11-03 12:02:59 +00:00
|
|
|
"multer": "^1.4.5-lts.1",
|
|
|
|
"protobufjs": "^7.2.5",
|
|
|
|
"swagger-ui-express": "^4.1.6",
|
2023-10-09 17:22:48 +00:00
|
|
|
"validator": "^13.6.0",
|
2023-10-10 13:58:54 +00:00
|
|
|
"xss-clean": "^0.1.1",
|
|
|
|
"yamljs": "^0.3.0"
|
2023-10-09 17:22:48 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.7.2",
|
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
"nodemon": "^2.0.9"
|
|
|
|
}
|
|
|
|
}
|