Spaces:
Sleeping
Sleeping
| { | |
| "name": "hf-storage-api", | |
| "version": "1.0.1", | |
| "main": "app.js", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "body-parser": "^1.20.2", | |
| "cors": "^2.8.5", | |
| "express": "^4.18.2", | |
| "node-fetch": "^2.6.7" | |
| }, | |
| "scripts": { | |
| "start": "node app.js" | |
| } | |
| } |