Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rahgadda
/
node-hello
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a6fbdcc
node-hello
/
package.json
rahgadda
Initial Draft
a6fbdcc
over 2 years ago
raw
Copy download link
history
blame
Safe
232 Bytes
{
"name"
:
"node-hello"
,
"version"
:
"0.0.1"
,
"description"
:
"Node.js Hello For Huggingface"
,
"author"
:
"Rahul Kiran Gaddam"
,
"dependencies"
:
{
"express"
:
"4.16.1"
}
,
"scripts"
:
{
"start"
:
"node ./index.js"
}
}