{ "name": "hf-oauth-demo", "version": "1.0.0", "description": "Hugging Face OAuth 测试应用 - Docker Space 部署版", "main": "server.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^1.13.2", "dotenv": "^16.4.7", "express": "^5.1.0" } }