16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|