Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
understanding
/
Rwsult
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
492f5af
Rwsult
/
package.json
understanding
Create package.json
fdef1a9
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
223 Bytes
{
"name"
:
"result-scraper"
,
"version"
:
"1.0.0"
,
"main"
:
"server.js"
,
"scripts"
:
{
"start"
:
"node server.js"
}
,
"dependencies"
:
{
"express"
:
"^4.18.2"
,
"axios"
:
"^1.6.2"
,
"cheerio"
:
"^1.0.0"
}
}