Files
sproutclaw-data/agent/extensions/pi-fff/package.json
shumengya 50edff80f5 feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
2026-06-26 15:48:56 +08:00

55 lines
1.1 KiB
JSON

{
"name": "@ff-labs/pi-fff",
"public": true,
"version": "0.9.4",
"description": "pi extension: FFF-powered fuzzy file and content search",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dmtrKovalenko/fff.git",
"directory": "packages/pi-fff"
},
"homepage": "https://github.com/dmtrKovalenko/fff/tree/main/packages/pi-fff",
"bugs": {
"url": "https://github.com/dmtrKovalenko/fff/issues"
},
"keywords": [
"pi",
"pi-package",
"pi-extension",
"fff",
"search",
"grep",
"fuzzy-search",
"ai-agent"
],
"pi": {
"extensions": [
"./src/index.ts"
]
},
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "bun test test/",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ff-labs/fff-node": "*"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"@sinclair/typebox": "*"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.0.0"
}
}