Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tx321
/
flow
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
flow
/
package.json
Tx321
Add Flowise application files
da5f548
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
216 Bytes
{
"name"
:
"flowise"
,
"version"
:
"1.0.0"
,
"main"
:
"index.js"
,
"scripts"
:
{
"start"
:
"node index.js"
}
,
"dependencies"
:
{
"express"
:
"^4.17.1"
,
"flowise"
:
"^1.0.0"
}
}