mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-advanced-merger",
|
|
"version": "1.7.0",
|
|
"author": {
|
|
"name": "Anto Keinänen",
|
|
"url": "https://github.com/antoKeinanen/"
|
|
},
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"husky": "^8.0.0",
|
|
"obsidian": "^1.8.7",
|
|
"prettier": "^3.0.3",
|
|
"pretty-quick": "^3.1.3",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dmitry Besedin",
|
|
"email": "endarvaluk@gmail.com",
|
|
"url": "https://github.com/EndarValuk/"
|
|
}
|
|
],
|
|
"description": "Merge a folder of notes for easier export. This plugin is designed for Obsidian (https://obsidian.md).",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/antokeinanen"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/antoKeinanen/obsidian-advanced-merger",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"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",
|
|
"prepare": "husky install"
|
|
},
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
}
|