mirror of
https://github.com/ittuann/obsidian-gpt-liteinquirer-plugin.git
synced 2026-07-22 07:40:27 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.4 to 0.19.5. - [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.19.4...v0.19.5) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
874 B
JSON
31 lines
874 B
JSON
{
|
|
"name": "gpt-liteinquirer",
|
|
"version": "1.1.5",
|
|
"description": "Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs",
|
|
"lint": "eslint .",
|
|
"pretty": "prettier --check \"**/*.{ts,css,scss,json,mjs,jsx,md}\""
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"keywords": [],
|
|
"author": "ittuann",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
"@typescript-eslint/parser": "^6.8.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.19.5",
|
|
"obsidian": "latest",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.2.2",
|
|
"eslint": "^8.52.0",
|
|
"prettier": "^3.0.3"
|
|
}
|
|
}
|