{ "name": "talking-avatar-backend", "version": "0.0.0", "private": true, "scripts": { "start": "nodemon ./bin/www" }, "dependencies": { "axios": "^1.5.1", "cookie-parser": "~1.4.4", "cors": "^2.8.5", "debug": "~2.6.9", "dotenv": "^16.0.3", "express": "^4.18.2", "fs": "^0.0.1-security", "http-errors": "~1.6.3", "lodash": "^4.17.21", "microsoft-cognitiveservices-speech-sdk": "^1.23.0", "morgan": "~1.9.1", "openai": "^4.11.0", "pug": "^3.0.2" } }