Files
nexusAI/packages/orchestration-service/package.json
2026-04-03 06:03:17 -07:00

10 lines
185 B
JSON

{
"name": "@loom/orchestration-service",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
}
}