File size: 1,426 Bytes
89f19e4
 
 
 
 
 
 
a7a6ad0
89f19e4
 
 
 
 
 
 
 
a7a6ad0
 
 
 
89f19e4
 
 
a7a6ad0
 
89f19e4
 
 
 
 
a7a6ad0
89f19e4
 
a7a6ad0
 
89f19e4
 
 
 
 
 
 
 
 
a7a6ad0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "n8n-infrastructure",
  "version": "1.0.0",
  "description": "Production-ready n8n infrastructure with AI integrations and automated knowledge management",
  "private": true,
  "keywords": [
    "n8n",
    "workflow-automation",
    "ai-integration",
    "langchain",
    "vector-database",
    "hugging-face",
    "supabase",
    "devops"
  ],
  "scripts": {
    "dev": "echo 'Use Docker Compose para rodar o ambiente: docker-compose -f docker/docker-compose.yml up -d'",
    "start": "echo 'Use Docker Compose para rodar o ambiente: docker-compose -f docker/docker-compose.yml up -d'",
    "stop": "docker-compose -f docker/docker-compose.yml down",
    "logs": "docker-compose -f docker/docker-compose.yml logs -f n8n",
    "backup": "bash scripts/backup.sh",
    "restore": "bash scripts/restore.sh",
    "sync-knowledge": "bash scripts/sync-knowledge.sh",
    "build": "docker-compose -f docker/docker-compose.yml build",
    "clean": "docker system prune -af",
    "deploy": "gh workflow run deploy-to-hf.yml",
    "test": "bash scripts/test-infrastructure.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danilonovaisv/n8n-infra.git"
  },
  "author": {
    "name": "Danilo Novais",
    "email": "danilo_novais@yahoo.com.br"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0"
  }
}