Initial scaffold
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "loom",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"memory": "npm -w packages/memory-service start",
|
||||
"embedding": "npm -w packages/embedding-service start",
|
||||
"inference": "npm -w packages/inference-service start",
|
||||
"orchestration": "npm -w packages/orchestration-service start"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user