- Add ia_dev submodule (projects/smart_ide on forge 4nk) - Document APIs, orchestrator, gateway, local-office, rollout - Add systemd/scripts layout; relocate setup scripts - Remove obsolete nginx/enso-only docs from this repo scope
21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"name": "@4nk/smart-ide-orchestrator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "HTTP intent router: Ollama, AnythingLLM, micro-services, ia-dev-gateway (stub).",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsc -p ./",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|