-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 923 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 923 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
29
30
31
32
33
34
{
"name": "helpmate",
"version": "1.0.12",
"description": "HelpMate - integrating help into Obsidian",
"main": "main.js",
"scripts": {
"dev": "node --no-warnings esbuild.config.mjs",
"build": "node --no-warnings esbuild.config.mjs production",
"lint": "biome check ./src",
"version": "node version-bump.mjs",
"githubaction": "node version-github-action.mjs"
},
"author": "TfT Hacker",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/TfTHacker/HelpMate.git"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/node": "^24.6.2",
"@types/obsidian-typings": "github:Fevol/obsidian-typings",
"builtin-modules": "5.0.0",
"esbuild": "0.25.10",
"obsidian": "1.10.0",
"ts-node": "^10.9.2",
"tslib": "2.8.1",
"typedoc": "^0.28.13",
"typescript": "^5.9.3"
},
"dependencies": {
"preact": "^10.27.2"
}
}