vesan_obsidian-table-beauti.../package.json
dependabot[bot] cdea9d1f83
chore(deps-dev): bump esbuild
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.20.2 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.20.2...v0.28.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 07:31:14 +00:00

19 lines
542 B
JSON

{
"name": "obsidian-table-beautifier",
"version": "1.0.1",
"description": "Obsidian plugin that converts ASCII/Unicode box-drawing tables into Markdown tables",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "^20.11.0",
"esbuild": "^0.28.0",
"obsidian": "latest",
"typescript": "^5.3.0",
"vitest": "^4.1.7"
}
}