hf-oauth-demo / package.json
其天
Fix package.json: remove duplicate/malformed block and invalid dotenv version
772f3b2
Raw
History Blame Contribute Delete
413 Bytes
{
"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"
}
}