18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"name": "@sf-run/pi-agent-core",
|
|
"version": "2.74.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": {}
|
|
}
|