mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...2.6.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
826 B
JSON
30 lines
826 B
JSON
{
|
|
"name": "code-styler",
|
|
"version": "1.0.0",
|
|
"description": "This is a plugin for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "Mayuran Visakan",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.0",
|
|
"@typescript-eslint/eslint-plugin": "5.61.0",
|
|
"@typescript-eslint/parser": "5.61.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"tslib": "2.6.0",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.8.0",
|
|
"@lezer/common": "^1.0.3",
|
|
"@simonwep/pickr": "^1.8.2",
|
|
"colortranslator": "^2.0.0"
|
|
}
|
|
}
|