twentytwokhz_language-trans.../package.json
dependabot[bot] 0dfeb8397a
Bump esbuild from 0.13.8 to 0.25.0 (#21)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.8 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2021.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.13.8...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 23:31:33 +03:00

20 lines
585 B
JSON

{
"name": "language-translator",
"version": "1.0.4",
"description": "Translates given text to desired language",
"main": "main.js",
"scripts": {
"dev": "esbuild src/main.ts --bundle --external:obsidian --outdir=. --target=es2016 --format=cjs --sourcemap=inline --watch",
"build": "esbuild src/main.ts --bundle --external:obsidian --outdir=. --target=es2016 --format=cjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.7",
"esbuild": "0.25.0",
"obsidian": "^0.16.0",
"tslib": "2.3.1",
"typescript": "4.4.4"
}
}