mirror of
https://github.com/sixtarocyan/smart-folder-view.git
synced 2026-07-22 06:50:05 +00:00
23 lines
No EOL
636 B
JSON
23 lines
No EOL
636 B
JSON
{
|
|
"name": "smart-folder-view",
|
|
"version": "0.1.0",
|
|
"description": "Interactive folder dashboard with timeline and board views, filters, drag sorting, and saved page presets.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json package.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin"
|
|
],
|
|
"author": "cyanwang",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.4",
|
|
"obsidian": "latest",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |