mirror of
https://github.com/polygonhunter/slashosaurus.git
synced 2026-07-22 08:32:14 +00:00
30 lines
770 B
JSON
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"
|
|
}
|
|
}
|