patruusbarba_ObsidianSpoile.../package.json
root ef2dc0aef2 Bump version to 0.2.2
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 23:39:23 +00:00

26 lines
675 B
JSON

{
"name": "obsidian-spoiler-plugin",
"version": "0.2.2",
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"obsidian",
"plugin",
"spoiler",
"callout"
],
"author": "PatruusBarba",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}