zincplusplus_habit-tracker/package.json
2026-02-23 18:37:48 +01:00

41 lines
1.2 KiB
JSON

{
"name": "habit-tracker-21-dev",
"version": "2.0.2",
"description": "A minimalist, elegant habit tracker for Obsidian that helps you build lasting habits with clear progress visualization.",
"main": "index.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": "zoreet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zoreet/habit-tracker.git"
},
"bugs": {
"url": "https://github.com/zoreet/habit-tracker/issues"
},
"homepage": "https://github.com/zoreet/habit-tracker#readme",
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@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",
"esbuild-svelte": "^0.8.0",
"fs-extra": "^11.2.0",
"obsidian": "latest",
"svelte": "^4.2.17",
"svelte-preprocess": "^5.1.4",
"tslib": "2.4.0",
"typescript": "^5.4.5"
},
"dependencies": {
"date-fns": "^3.6.0",
"obsidian-daily-notes-interface": "^0.9.4"
}
}