{ "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", "@google-cloud/speech": "^6.0.2", "@google-cloud/storage": "^7.4.0", "@google-cloud/text-to-speech": "^5.0.1", "axios": "^1.7.2", "bcryptjs": "^2.4.3", "bull": "^4.15.1", "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", "fluent-ffmpeg": "^2.1.2", "google-gax": "^4.0.5", "google-proto-files": "^4.0.0", "google-protobuf": "^3.21.2", "helmet": "^4.6.0", "http-status-codes": "^2.3.0", "joi": "^17.4.0", "moment": "^2.30.1", "mongoose": "^7.8.0", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "openai": "^4.52.7", "protobufjs": "^7.2.5", "swagger-ui-express": "^4.1.6", "validator": "^13.6.0", "xss-clean": "^0.1.1", "yamljs": "^0.3.0" }, "devDependencies": { "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "husky": "^8.0.3", "nodemon": "^2.0.9" } }