lucasoe_obsidian-template-f.../package.json
2026-07-12 14:09:05 +02:00

36 lines
976 B
JSON

{
"name": "template-folder",
"version": "1.1.1",
"description": "Moves notes to a folder when applying a template.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"keywords": [],
"author": "LucasOe",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@obsidian-typings/obsidian-public-latest": "^6.22.0",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"esbuild": "^0.28.1",
"eslint": "^10.7.0",
"eslint-plugin-obsidianmd": "^0.4.1",
"globals": "^17.7.0",
"jiti": "^2.7.0",
"obsidian": "latest",
"prettier": "^3.9.5",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0"
},
"dependencies": {
"monkey-around": "^3.0.0"
}
}