Release packaging

This commit is contained in:
Mateusz Tymek
2026-02-02 18:37:57 +01:00
parent cd5e8f9165
commit 5b96a239f2
13 changed files with 514 additions and 10 deletions

View File

@@ -1,12 +1,16 @@
{
"name": "obsidian-opencode",
"version": "0.1.0",
"version": "0.0.0",
"description": "Embed OpenCode AI assistant in Obsidian",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "bun run tsc -noEmit -skipLibCheck && bun run esbuild.config.mjs production",
"test": "bun test"
"test": "bun test",
"version": "bun run scripts/sync-manifest-version.ts && git add manifest.json",
"version:patch": "bun pm version patch && git push --follow-tags",
"version:minor": "bun pm version minor && git push --follow-tags",
"version:major": "bun pm version major && git push --follow-tags"
},
"keywords": [
"obsidian",