- Replace fileURLToPath(import.meta.url) with import.meta.dirname across
scripts and extensions
- Rename parsers-legacy.ts → parsers.ts
- Remove deleted plan/spec docs (cicd-pipeline)
- Update package.json engines and deps across workspace packages
- Update web/package-lock.json
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@singularity-forge/pi-coding-agent",
|
|
"version": "2.75.0",
|
|
"description": "Coding agent CLI (vendored from pi-mono)",
|
|
"type": "module",
|
|
"piConfig": {
|
|
"name": "sf",
|
|
"configDir": ".sf"
|
|
},
|
|
"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",
|
|
"copy-assets": "node scripts/copy-assets.cjs"
|
|
},
|
|
"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",
|
|
"undici": "^7.24.2",
|
|
"sql.js": "^1.14.1",
|
|
"yaml": "^2.8.2",
|
|
"express": "^4.19.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sql.js": "^1.4.9",
|
|
"@types/diff": "^7.0.2",
|
|
"@types/hosted-git-info": "^3.0.5",
|
|
"@types/proper-lockfile": "^4.1.4",
|
|
"@types/express": "^4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
}
|
|
}
|