mirror of
https://github.com/bucknatt/mitsu-plugin.git
synced 2026-07-22 07:05:32 +00:00
36 lines
1 KiB
JSON
36 lines
1 KiB
JSON
{
|
|
"name": "obsidian-miku-plugin",
|
|
"version": "1.0.7",
|
|
"description": "Hatsune Miku inspired Obsidian plugin with widgets and theme switching.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node scripts/sync-catalog.mjs && node esbuild.config.mjs production && node scripts/merge-styles.mjs",
|
|
"build:plugin": "node esbuild.config.mjs production",
|
|
"merge-styles": "node scripts/merge-styles.mjs",
|
|
"sync-catalog": "node scripts/sync-catalog.mjs",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"theme",
|
|
"hatsune-miku"
|
|
],
|
|
"author": "Nattaya Buck",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.30.1",
|
|
"@types/node": "^22.15.21",
|
|
"builtin-modules": "^4.0.0",
|
|
"esbuild": "^0.25.4",
|
|
"eslint": "9.30.1",
|
|
"eslint-plugin-obsidianmd": "0.3.0",
|
|
"globals": "14.0.0",
|
|
"obsidian": "^1.8.10",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.35.1"
|
|
}
|
|
}
|