mirror of
https://github.com/iosonntag/obsidian-plugin-treefocus.git
synced 2026-07-22 08:40:29 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "obsidian-treefocus",
|
|
"version": "1.1.7",
|
|
"description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"tsc": "tsc -noEmit -skipLibCheck",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"semantic-release": "semantic-release",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"prepare": "husky",
|
|
"commitlint": "commitlint --edit"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "iOSonntag",
|
|
"url": "https://iOSonntag.com"
|
|
},
|
|
"homepage": "https://iOSonntag.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@types/node": "^22",
|
|
"builtin-modules": "5.2.0",
|
|
"commitlint": "^21.0.2",
|
|
"esbuild": "0.28.0",
|
|
"husky": "^9.1.7",
|
|
"obsidian": "^1.13.0",
|
|
"semantic-release": "^25.0.3",
|
|
"tslib": "2.8.1",
|
|
"typescript": "6.0.3"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.3.1"
|
|
},
|
|
"packageManager": "pnpm@11.1.2"
|
|
}
|