31 lines
907 B
JSON
31 lines
907 B
JSON
{
|
|
"name": "zettelclean",
|
|
"version": "0.3.0",
|
|
"description": "Keep a Zettelkasten filename's slug in sync with the note's H1 heading.",
|
|
"author": "Ruben Carlo Benante <rcb@beco.cc>",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "node --test \"src/**/*.test.ts\"",
|
|
"test:watch": "node --test --watch \"src/**/*.test.ts\"",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [],
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/node": "^22.15.17",
|
|
"esbuild": "0.25.5",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.4.0",
|
|
"globals": "^17.6.0",
|
|
"jiti": "^2.6.1",
|
|
"obsidian": "latest",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.59.1"
|
|
}
|
|
}
|