polygonhunter_slashosaurus/package.json
polygonhunter fd03553b29 0.1.3 — new pterosaur mascot logo
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 15:01:01 +02:00

30 lines
770 B
JSON

{
"name": "slashosaurus",
"version": "0.1.3",
"description": "A slash menu that shows you what you get — live, colored block previews right in the editor.",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"test:watch": "vitest",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"obsidian",
"slash",
"editor"
],
"author": "polygonhunter",
"license": "MIT",
"devDependencies": {
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.38.6",
"@types/node": "^22",
"esbuild": "0.25.5",
"obsidian": "latest",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}