Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Niansuh
/
Panel
like
0
Sleeping
App
Files
Files
Community
1
818866f
Panel
/
package.json
Niansuh
Create package.json
a82653c
verified
11 days ago
raw
Copy download link
history
blame
Safe
217 Bytes
{
"name"
:
"api-panel"
,
"version"
:
"1.0.0"
,
"main"
:
"app.js"
,
"scripts"
:
{
"start"
:
"node app.js"
}
,
"dependencies"
:
{
"express"
:
"^4.17.1"
,
"mysql2"
:
"^2.2.5"
,
"node-fetch"
:
"^2.6.1"
}
}