mirror of
https://github.com/openagentmarket/openagent-obsidian-plugin.git
synced 2026-07-22 07:02:58 +00:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"name": "openagent-canvas-obsidian-plugin",
|
|
"version": "0.1.4",
|
|
"description": "Run OpenAgent tasks from Canvas through a local Codex server and Codex Desktop.",
|
|
"license": "MIT",
|
|
"type": "commonjs",
|
|
"main": "main.js",
|
|
"files": [
|
|
"main.js",
|
|
"manifest.json",
|
|
"styles.css"
|
|
],
|
|
"scripts": {
|
|
"check": "node --check main.js",
|
|
"package": "node scripts/package-release.mjs"
|
|
}
|
|
}
|