All bumps typecheck clean and pass 129 test files (1118 tests). - @google/genai 1.45→2.0: backward-compatible for SF's API usage - marked 15→18: no API changes affecting pi-tui markdown component - diff 8→9: clean typecheck - undici 7.25→8.2: clean typecheck - proxy-agent 6→8: clean typecheck - express 4→5 (pi-coding-agent only): clean typecheck - typescript 5.9→6.0: added ignoreDeprecations for baseUrl+paths - daemon typescript ^5.4→^6.0.3 aligned with root Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
{
|
|
"name": "@singularity-forge/daemon",
|
|
"version": "2.75.3",
|
|
"description": "sf-run daemon — background process for project monitoring and Discord integration",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/singularity-forge/sf-run.git",
|
|
"directory": "packages/daemon"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"bin": {
|
|
"sf-daemon": "./dist/cli.js",
|
|
"sf-server": "./dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run packages/daemon/src --root ../.. --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.93.0",
|
|
"@singularity-forge/rpc-client": "^2.75.3",
|
|
"discord.js": "^14.25.1",
|
|
"yaml": "^2.8.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.2",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=26.1.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/**/*.test.*"
|
|
]
|
|
}
|