opencode-ralph/package.json
2026-01-26 02:40:40 +02:00

39 lines
1,009 B
JSON

{
"name": "opencode-ralph-enhanced",
"version": "1.1.0",
"description": "Enhanced Ralph Wiggum Plugin for OpenCode - Continuous self-referential AI loops with history tracking, context injection, and struggle detection",
"main": "plugin/ralph.ts",
"repository": {
"type": "git",
"url": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork.git"
},
"keywords": [
"opencode",
"plugin",
"ralph-wiggum",
"ai-loops",
"iterative-development",
"claude-code"
],
"author": "Mihai-Codes",
"license": "MIT",
"bugs": {
"url": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork/issues"
},
"homepage": "https://github.com/chindris-mihai-alexandru/opencode-ralph-fork#readme",
"peerDependencies": {
"@opencode-ai/plugin": ">=0.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"plugin/",
"command/",
"README.md"
]
}