2025-09-09 20:03:32 +00:00
|
|
|
{
|
|
|
|
|
"name": "obsidian-toc-generator",
|
2026-07-10 17:35:06 +00:00
|
|
|
"version": "1.1.1",
|
2026-07-10 03:11:33 +00:00
|
|
|
"description": "Table of Contents Generator for Obsidian",
|
2025-09-09 20:03:32 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
|
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
2026-07-10 03:11:33 +00:00
|
|
|
"test": "vitest run",
|
2025-09-09 20:03:32 +00:00
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2026-07-10 03:11:33 +00:00
|
|
|
"@types/node": "^22.20.1",
|
2025-09-09 20:03:32 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"esbuild": "0.25.9",
|
|
|
|
|
"obsidian": "latest",
|
|
|
|
|
"tslib": "2.4.0",
|
2026-07-10 03:11:33 +00:00
|
|
|
"typescript": "4.7.4",
|
|
|
|
|
"vitest": "^4.1.10"
|
2025-09-09 20:03:32 +00:00
|
|
|
}
|
|
|
|
|
}
|