-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "tikzjax-enhanced",
"version": "0.6.0",
"description": "Render LaTeX and TikZ diagrams with enhanced features.",
"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": "WeMingT",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"builtin-modules": "^3.2.0",
"esbuild": "^0.19.0",
"obsidian": "latest",
"pako": "^2.0.4",
"@types/pako": "^1.0.3",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"esbuild-plugin-inline-import": "^1.0.1",
"localforage": "^1.9.0"
}
}