n8n-aiagent / package.json
b-01merepostcom's picture
Update package.json
ea2b6e3 verified
raw
history blame contribute delete
279 Bytes
{
"name": "n8n-huggingface-space",
"version": "1.0.0",
"description": "Чистый запуск последней версии n8n на Hugging Face Spaces",
"main": "index.js",
"scripts": {
"start": "n8n start"
},
"dependencies": {
"n8n": "latest"
}
}