21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"name": "@singularity-forge/pi-agent-core",
|
|
"version": "2.75.3",
|
|
"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": ">=26.1.0"
|
|
}
|
|
}
|