iosonntag_obsidian-plugin-t.../package.json
semantic-release-bot 06b8daaedd chore(release): v1.0.3 [skip ci]
## [1.0.3](https://github.com/iOSonntag/obsidian-plugin-treefocus/compare/v1.0.2...v1.0.3) (2023-09-24)

### Bug Fixes

* **ci:** fixed a bug where the pipeline did not submit a release ([f6d7004](f6d7004d7a))
2023-09-24 07:57:16 +00:00

38 lines
1.2 KiB
JSON

{
"name": "obsidian-treefocus",
"version": "1.0.3",
"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 install",
"commitlint": "commitlint --edit"
},
"keywords": [],
"author": "iOSonntag",
"homepage": "https://iOSonntag.com",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"commitlint": "^17.7.1",
"esbuild": "0.17.3",
"husky": "^8.0.3",
"obsidian": "latest",
"semantic-release": "^22.0.4",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"deepmerge": "^4.3.1"
}
}