{ "name": "serverless_functions", "version": "1.0.0", "description": "Serverless functions for Physigo", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "typescript": "^4.6.4" }, "dependencies": { "@vercel/node": "^1.15.0", "axios": "^0.27.2", "firebase": "^9.8.1", "firebase-admin": "^10.2.0" } }