mirror of
https://github.com/rtk-ai/rtk.git
synced 2026-09-19 07:33:17 +08:00
30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"name": "@rtk-ai/rtk-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "RTK plugin for OpenClaw — rewrites shell commands for 60-90% LLM token savings",
|
|
"main": "index.ts",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rtk-ai/rtk",
|
|
"directory": "openclaw"
|
|
},
|
|
"homepage": "https://github.com/rtk-ai/rtk",
|
|
"keywords": [
|
|
"rtk",
|
|
"openclaw",
|
|
"openclaw-plugin",
|
|
"token-savings",
|
|
"llm",
|
|
"cli-proxy"
|
|
],
|
|
"files": [
|
|
"index.ts",
|
|
"openclaw.plugin.json",
|
|
"README.md"
|
|
],
|
|
"peerDependencies": {
|
|
"rtk": ">=0.28.0"
|
|
}
|
|
}
|