42 lines
877 B
JSON
42 lines
877 B
JSON
{
|
|
"name": "opencode-plugin-ralph-loop",
|
|
"version": "0.1.1",
|
|
"description": "Standalone Ralph Loop plugin for OpenCode (extracted from oh-my-opencode)",
|
|
"main": ".opencode/plugins/ralph-loop.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
".opencode",
|
|
"dist",
|
|
"docs",
|
|
"README.md",
|
|
"LICENSE.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./.opencode/plugins/ralph-loop.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"bundle": "./build.sh",
|
|
"clean": "./clean.sh",
|
|
"prepublishOnly": "./prepublish.sh",
|
|
"typecheck": "./typecheck.sh"
|
|
},
|
|
"keywords": [
|
|
"opencode",
|
|
"plugin",
|
|
"ralph-loop",
|
|
"continuation"
|
|
],
|
|
"license": "SUL-1.0",
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "^1.1.19"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "1.3.6",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|