{
  "name": "sarvam-api",
  "version": "1.0.0",
  "description": "Sarvam API: voice to text translation",
  "license": "ISC",
  "author": "",
  "type": "commonjs",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "node dist/app.js",
    "dev": "node dist/app.js"
  },
  "dependencies": {
    "@azure/storage-file-datalake": "^12.25.0",
    "@types/multer": "^1.4.12",
    "archiver": "^7.0.1",
    "axios": "^1.8.3",
    "express": "^4.21.2",
    "multer": "^1.4.5-lts.1",
    "typescript": "^5.8.2"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.3",
    "@types/express": "^5.0.0",
    "@types/node": "^22.13.10"
  }
}
