mirror of
https://github.com/wzmf399443/github-pages-share.git
synced 2026-07-22 08:27:19 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.28.1. - [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.24.2...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
No EOL
559 B
JSON
22 lines
No EOL
559 B
JSON
{
|
|
"name": "github-pages-share",
|
|
"version": "0.2.4",
|
|
"description": "Publish notes to a GitHub Pages site and copy shareable links.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "eslint ."
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^9",
|
|
"eslint-plugin-obsidianmd": "^0.4.0",
|
|
"obsidian": "latest",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.5.0",
|
|
"typescript-eslint": "^8"
|
|
}
|
|
} |