mirror of
https://github.com/rbrauner/obsidian-header-filename.git
synced 2026-07-22 08:33:32 +00:00
23 lines
696 B
JSON
23 lines
696 B
JSON
{
|
|
"name": "obsidian-header-filename",
|
|
"version": "1.0.5",
|
|
"description": "Automatically renames files based on the first H1 heading.",
|
|
"scripts": {
|
|
"dev": "tsx esbuild.config.ts",
|
|
"build": "tsx esbuild.config.ts production",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"format": "prettier --write src/",
|
|
"format:check": "prettier --check src/"
|
|
},
|
|
"keywords": [],
|
|
"author": "Rafał Brauner",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"esbuild": "^0.28.1",
|
|
"obsidian": "^1.5.0",
|
|
"prettier": "^3.9.5",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|