mirror of
https://github.com/d0d1/obsidian-move-to-new-folder.git
synced 2026-07-22 06:06:40 +00:00
Prepare the 1.0.7 release by clearing actionable Community scorecard warnings, updating install documentation for the Community listing, and tightening release assets with provenance attestations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
556 B
JSON
23 lines
556 B
JSON
{
|
|
"name": "move-to-new-folder",
|
|
"version": "1.0.7",
|
|
"description": "Obsidian plugin for a better move-to-new-folder workflow",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc --noEmit --skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin"
|
|
],
|
|
"author": "d0d1",
|
|
"license": "GPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^20.17.57",
|
|
"esbuild": "^0.25.3",
|
|
"obsidian": "^1.8.10",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|