mirror of
https://github.com/eoinhurrell/obsidian-inboxer.git
synced 2026-07-22 05:46:47 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"name": "inboxer",
|
|
"version": "1.5.10",
|
|
"description": "An Obsidian plugin to add entries to INBOX and TIMELINE sections",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"dev": "bun esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && bun esbuild.config.mjs production",
|
|
"version": "bun version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin"
|
|
],
|
|
"author": "Eoin Hurrell",
|
|
"devDependencies": {
|
|
"@types/bun": "1.2.9",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "0.28.1",
|
|
"obsidian": ">=0.12.12",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/jest": "29.5.14"
|
|
}
|
|
}
|