Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Emalawi19
/
JS-Coder-Backend
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7a7f4c5
JS-Coder-Backend
/
package.json
Emalawi19
Create package.json
0d316e1
verified
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
214 Bytes
{
"name"
:
"js-coder-backend"
,
"version"
:
"1.0.0"
,
"type"
:
"module"
,
"main"
:
"server.js"
,
"scripts"
:
{
"start"
:
"node server.js"
}
,
"dependencies"
:
{
"@huggingface/transformers"
:
"^3.0.2"
}
}