blamouche_obsidian-any-ai-code/package.json
blamouche 351fb29dae Bump plugin version to 0.1.34
Aligns manifest.json, versions.json, package.json, and package-lock.json
with the Prompt Hub version so the 0.1.34 release tag ships a manifest
matching the tag — covers the Obsidian community-store compliance pass
(LICENSE, settings setHeading, no leaf detach on unload, draft release).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 08:26:57 +02:00

34 lines
779 B
JSON

{
"name": "obsidian-any-ai-code",
"version": "0.1.34",
"description": "Open your local Claude Code CLI inside an Obsidian right sidebar view",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"obsidian",
"plugin",
"claude",
"cli"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.17.30",
"builtin-modules": "^5.0.0",
"esbuild": "^0.25.3",
"obsidian": "latest",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vitest": "^4.0.18"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"node-pty": "^1.1.0"
}
}