{ | |
"name": "backend", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@deepgram/sdk": "^3.9.0", | |
"@geckos.io/server": "^3.0.0", | |
"@grpc/grpc-js": "^1.11.3", | |
"axios": "^1.7.9", | |
"bcryptjs": "^2.4.3", | |
"cors": "^2.8.5", | |
"crypto": "^1.0.1", | |
"dotenv": "^16.4.5", | |
"express": "^4.21.0", | |
"express-ws": "^5.0.2", | |
"is-buffer": "^2.0.5", | |
"jsonwebtoken": "^9.0.2", | |
"module": "^1.2.5" | |
} | |
} | |