Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jokyo3
/
cookiesvr
like
0
Running
App
Files
Files
Community
c2cfb9c
cookiesvr
/
package.json
cfoo
Create package.json
2573ce9
verified
10 months ago
raw
Copy download link
history
blame
Safe
201 Bytes
{
"name"
:
"vercel-node-app"
,
"version"
:
"1.0.0"
,
"scripts"
:
{
"build"
:
"node index.js"
}
,
"dependencies"
:
{
"axios"
:
"^0.24.0"
,
"express"
:
"^4.17.2"
,
"vercel"
:
"^23.1.2"
}
}