Spaces:
Sleeping
Sleeping
File size: 413 Bytes
03be224 772f3b2 03be224 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"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"
}
}
|