refactor: decompose runtime coordination and runner internals (PR6)
This commit is contained in:
15
runners/shared/package.json
Normal file
15
runners/shared/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "ejclaw-runners-shared",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Shared runner utilities for EJClaw",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.7",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user