{ "name": "functions", "version": "0.0.0", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "serve": "npm run build && firebase emulators:start --inspect-functions", "shell": "npm run build && firebase functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log" }, "engines": { "node": "22" }, "main": "lib/index.js", "dependencies": { "@aws-sdk/client-ses": "^3.796.0", "@types/node-fetch": "^2.6.12", "aws-sdk": "^2.1692.0", "axios": "^1.9.0", "cors": "^2.8.5", "firebase-admin": "^12.6.0", "firebase-functions": "^6.0.1", "form-data": "^4.0.1", "functions": "file:", "html-to-text": "^9.0.5", "long": "^5.3.2", "mailgun.js": "^10.4.0", "node-fetch": "^2.7.0", "pdfjs-dist": "^5.0.375", "twilio": "^5.4.0" }, "devDependencies": { "@types/long": "^5.0.0", "@types/mime-types": "^2.1.4", "@types/node": "^22.13.14", "firebase-functions-test": "^3.1.0", "typescript": "^5.8.2" }, "private": true }