signynt_virtual-content/package.json

25 lines
730 B
JSON
Raw Normal View History

2024-11-29 03:04:53 +00:00
{
2024-11-30 14:50:28 +00:00
"name": "virtual-footer",
2024-11-29 03:04:53 +00:00
"version": "1.0.0",
2024-11-30 17:53:32 +00:00
"description": "Display markdown text (including dataview queries) at the bottom of all notes in a folder, without modifying them.",
2024-11-29 03:04:53 +00:00
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
2025-08-06 16:32:53 +00:00
"esbuild": "^0.25.8",
2024-11-29 03:04:53 +00:00
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}