2026-03-12 21:55:17 -06:00
|
|
|
{
|
2026-04-15 22:56:33 +02:00
|
|
|
"name": "@singularity-forge/pi-coding-agent",
|
2026-04-17 17:26:31 +00:00
|
|
|
"version": "2.75.0",
|
2026-03-12 21:55:17 -06:00
|
|
|
"description": "Coding agent CLI (vendored from pi-mono)",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"piConfig": {
|
2026-04-15 18:33:47 +02:00
|
|
|
"name": "sf",
|
|
|
|
|
"configDir": ".sf"
|
2026-03-12 21:55:17 -06:00
|
|
|
},
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json && npm run copy-assets",
|
2026-03-16 13:34:05 -05:00
|
|
|
"copy-assets": "node scripts/copy-assets.cjs"
|
2026-03-12 21:55:17 -06:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@mariozechner/jiti": "^2.6.2",
|
|
|
|
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
|
|
|
"chalk": "^5.5.0",
|
|
|
|
|
"diff": "^8.0.2",
|
|
|
|
|
"extract-zip": "^2.0.1",
|
|
|
|
|
"file-type": "^21.1.1",
|
|
|
|
|
"glob": "^13.0.1",
|
|
|
|
|
"hosted-git-info": "^9.0.2",
|
|
|
|
|
"ignore": "^7.0.5",
|
|
|
|
|
"marked": "^15.0.12",
|
|
|
|
|
"minimatch": "^10.2.3",
|
|
|
|
|
"proper-lockfile": "^4.1.2",
|
|
|
|
|
"strip-ansi": "^7.1.0",
|
2026-03-14 10:45:52 -06:00
|
|
|
"undici": "^7.24.2",
|
2026-03-14 07:41:24 -06:00
|
|
|
"sql.js": "^1.14.1",
|
2026-04-15 18:33:47 +02:00
|
|
|
"yaml": "^2.8.2",
|
|
|
|
|
"express": "^4.19.2"
|
2026-03-12 21:55:17 -06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-14 07:41:24 -06:00
|
|
|
"@types/sql.js": "^1.4.9",
|
2026-03-12 21:55:17 -06:00
|
|
|
"@types/diff": "^7.0.2",
|
|
|
|
|
"@types/hosted-git-info": "^3.0.5",
|
2026-04-15 18:33:47 +02:00
|
|
|
"@types/proper-lockfile": "^4.1.4",
|
|
|
|
|
"@types/express": "^4.17.21"
|
2026-03-12 21:55:17 -06:00
|
|
|
}
|
|
|
|
|
}
|