Spaces:
Running
Running
| { | |
| "name": "hf-home", | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "Secure Node server with a Hugging Face-style homepage and cookie-backed auth.", | |
| "scripts": { | |
| "start": "node server.js", | |
| "test": "node test/session-store.test.js && node test/server-smoke.test.js && node test/auth-flow.test.js && node test/bucket-pages.test.js && node test/space-settings.test.js && node test/resource-mutations.test.js" | |
| }, | |
| "engines": { | |
| "node": ">=18.17" | |
| }, | |
| "dependencies": { | |
| "@huggingface/hub": "^2.11.0" | |
| } | |
| } | |