| { | |
| "name": "nodejs", | |
| "version": "2.0.0", | |
| "description": "Nodejs API", | |
| "type": "module", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@gradio/client": "^1.15.4", | |
| "express": "latest", | |
| "multer": "^2.0.1", | |
| "node-fetch": "latest", | |
| "undici": "latest" | |
| } | |
| } | |