Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krishgokul92
/
timer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
53b045a
timer
/
package.json
krishgokul92
Upload 7 files
f40632a
verified
7 months ago
raw
Copy download link
history
blame
Safe
215 Bytes
{
"name"
:
"lan-timer"
,
"version"
:
"1.2.0"
,
"private"
:
true
,
"type"
:
"commonjs"
,
"scripts"
:
{
"start"
:
"node server.js"
}
,
"dependencies"
:
{
"express"
:
"^4.19.2"
,
"socket.io"
:
"^4.7.5"
}
}