mirror of
https://github.com/talwrii/plugin-repl.git
synced 2026-07-22 11:40:27 +00:00
11 lines
353 B
JSON
11 lines
353 B
JSON
{
|
|
"id": "plugin-repl",
|
|
"name": "Plugin REPL",
|
|
"version": "1.1.1",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Provide an emacs-like read evaluate print loop to prototype plugins and do easy scripting",
|
|
"author": "@readwithai",
|
|
"authorUrl": "https://readwithai.substack.com",
|
|
"fundingUrl": "https://ko-fi.com/readwithai",
|
|
"isDesktopOnly": true
|
|
}
|