-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.41 KB
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
{
"name": "code-house-flowise",
"version": "0.0.1",
"private": true,
"description": "Flowise-first generic software house powered by modular agents, hybrid local/API routing, templates, validation and GitHub publishing.",
"license": "MIT",
"type": "commonjs",
"scripts": {
"validate": "node scripts/validate_repo.js",
"smoke:tools": "node scripts/smoke_tools.js",
"build:flowise": "node scripts/build_flowise_agentflow.js",
"bridge": "node tools/flowise/bridge_server.js",
"flowise:start": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/start_flowise.ps1",
"flowise:stop": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/stop_flowise.ps1",
"flowise:import": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/import_flowise.ps1",
"status": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/status_code_house.ps1",
"status:watch": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/status_code_house.ps1 -WatchSeconds 10",
"test:crm-template": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/run_crm_template_test.ps1",
"models:setup": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup_local_models.ps1",
"tool:write:smoke": "node tools/flowise/sandbox_write_file.js",
"tool:validation:smoke": "node tools/flowise/sandbox_run_validation.js"
},
"engines": {
"node": ">=20"
}
}