d0d1_obsidian-move-to-new-f.../package.json
David e37b7d8649 chore: address Obsidian scorecard findings
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>
2026-05-15 22:14:15 -03:00

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"
}
}