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:
ventarys
/
api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
81dfe9b
api
/
package.json
Juanoto2012
Create package.json
cbff779
verified
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
228 Bytes
{
"name"
:
"ventarys-api"
,
"version"
:
"1.0.0"
,
"type"
:
"module"
,
"scripts"
:
{
"start"
:
"node server.js"
}
,
"dependencies"
:
{
"cors"
:
"^2.8.5"
,
"express"
:
"^4.18.2"
,
"express-rate-limit"
:
"^7.1.1"
}
}