Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dodd869
/
keything
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
keything
/
package.json
dodd869
Update package.json
82bbf24
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
152 Bytes
{
"main"
:
"srv.js"
,
"scripts"
:
{
"start"
:
"node srv.js"
}
,
"dependencies"
:
{
"express"
:
"*"
,
"axios"
:
"*"
,
"cheerio"
:
"*"
}
}