| 123456789101112131415161718 |
- {
- "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"
- }
- }
|