mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
6e234fb8fd
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "koalasync",
|
|
"version": "2.2.4",
|
|
"description": "KoalaSync Build Scripts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:extension": "node scripts/build-extension.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"verify": "node scripts/verify-release.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"archiver": "^7.0.1",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^10.4.0",
|
|
"fs-extra": "^11.2.0",
|
|
"sharp": "^0.34.5",
|
|
"svgo": "^4.0.1"
|
|
}
|
|
}
|