mirror of
https://github.com/blamouche/obsidian-any-ai-code.git
synced 2026-07-22 06:53:38 +00:00
Aligns manifest.json, versions.json, package.json, and package-lock.json with the Prompt Hub version so the 0.1.26 release zip ships a manifest matching the tag name (and uses the new zero-command install flow in the release notes template). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
34 lines
779 B
JSON
34 lines
779 B
JSON
{
|
|
"name": "obsidian-any-ai-code",
|
|
"version": "0.1.26",
|
|
"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"
|
|
}
|
|
}
|