mirror of
https://github.com/vesan/obsidian-table-beautifier.git
synced 2026-07-22 06:53:19 +00:00
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>
19 lines
542 B
JSON
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"
|
|
}
|
|
}
|