antokeinanen_obsidian-advan.../package.json

47 lines
1.4 KiB
JSON
Raw Normal View History

{
2023-05-10 08:30:50 +00:00
"name": "obsidian-advanced-merger",
"version": "1.7.0",
2023-10-04 12:53:12 +00:00
"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",
2023-10-04 12:53:12 +00:00
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
2023-05-10 08:30:50 +00:00
"contributors": [
{
"name": "Dmitry Besedin",
"email": "endarvaluk@gmail.com",
"url": "https://github.com/EndarValuk/"
}
],
2023-10-04 12:53:12 +00:00
"description": "Merge a folder of notes for easier export. This plugin is designed for Obsidian (https://obsidian.md).",
2023-05-10 08:30:50 +00:00
"funding": [
{
"type": "individual",
2023-05-10 08:52:10 +00:00
"url": "https://www.buymeacoffee.com/antokeinanen"
2023-05-10 08:30:50 +00:00
}
],
2023-10-04 12:53:12 +00:00
"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",
2023-05-05 16:03:05 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json",
"prepare": "husky install"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}