singularity-forge/packages/pi-agent-core/package.json
Mikael Hugo d9c848132a chore: CI workflows, package.json updates, test fixes, docs cleanup
💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:30:45 +02:00

21 lines
453 B
JSON

{
"name": "@singularity-forge/pi-agent-core",
"version": "2.75.0",
"description": "General-purpose agent core (vendored from pi-mono)",
"type": "module",
"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"
},
"dependencies": {},
"engines": {
"node": ">=24.15.0"
}
}