Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nirkyy
/
Database
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3deceab
Database
/
package.json
puruu Puruu
update
927c386
9 months ago
raw
Copy download link
history
blame
Safe
234 Bytes
{
"name"
:
"nirkyy-database-backend"
,
"version"
:
"1.0.0"
,
"main"
:
"server.js"
,
"scripts"
:
{
"start"
:
"node server.js"
}
,
"dependencies"
:
{
"cors"
:
"^2.8.5"
,
"express"
:
"^4.19.2"
,
"lru-cache"
:
"^10.2.2"
}
}