iosonntag_obsidian-plugin-t.../package.json

28 lines
797 B
JSON
Raw Permalink Normal View History

2023-09-16 20:31:02 +00:00
{
2023-09-23 03:27:29 +00:00
"name": "obsidian-treefocus",
2023-09-23 03:43:11 +00:00
"version": "0.3.4",
2023-09-23 03:27:29 +00:00
"description": "Obsidian plugin: Highlight, dim & style your files & folders in the file explorer (navigation) based on predefined or custom rules.",
2023-09-16 20:31:02 +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",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
2023-09-23 03:27:29 +00:00
},
"dependencies": {
"deepmerge": "^4.3.1"
2023-09-16 20:31:02 +00:00
}
}