mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
395e5db41b
* chore(deps): refresh cooled npm and plugin dependencies * chore(deps): refresh cooled build and workflow tooling * chore(deps): retain formatter compatibility * chore(deps): retain lint compatibility
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "@openclaw/file-transfer",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw file transfer plugin (file_fetch, dir_list, dir_fetch, file_write)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"minimatch": "10.2.6",
|
|
"typebox": "1.3.16"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|