obsidian-formfire/package.json
tolvitty e15c6ceba0 fix: bump esbuild to ^0.25.0 to resolve CVE (dev server request leak)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 19:59:24 +01:00

17 lines
460 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "obsidian-formfire",
"version": "0.1.0",
"description": "Structured data input for Obsidian forms that create notes or update frontmatter",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"devDependencies": {
"@types/node": "^22.0.0",
"builtin-modules": "^4.0.0",
"esbuild": "^0.25.0",
"obsidian": "latest",
"typescript": "^5.6.0"
}
}