mirror of
https://github.com/orelby/obsidian-rtl-math-text-plugin.git
synced 2026-07-22 05:48:01 +00:00
24 lines
729 B
JSON
24 lines
729 B
JSON
{
|
|
"name": "obsidian-rtl-math-text-plugin",
|
|
"version": "0.0.1",
|
|
"description": "A plugin for Obsidian (https://obsidian.md) that adds support for RTL in math expressions.",
|
|
"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": "orelby",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.126",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "^0.25.2",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|