{ "name": "smart-folder-view", "version": "0.1.1", "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" } }