Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
he1237596
/
dddd
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dddd
/
package.json
he1237596
Create package.json
14c167a
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
162 Bytes
{
"name"
:
"hf-node"
,
"version"
:
"1.0.0"
,
"main"
:
"app.js"
,
"scripts"
:
{
"start"
:
"node app.js"
}
,
"dependencies"
:
{
"express"
:
"^4.19.2"
}
}