brmaccath_Table-of-Contents/package.json
2026-06-04 15:04:16 +01:00

23 lines
692 B
JSON

{
"name": "TOC compatible with Publish",
"version": "3.2.9",
"description": "Supports an automatically updatable table of contents. This table will work with publish.",
"main": "src/main.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": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"esbuild": "^0.28.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}