-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
34 lines (34 loc) · 870 Bytes
/
package.json
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": "obsidian42-brat",
"version": "1.0.5",
"description": "Obsidian42 - Beta Reviewer's Autoupdate Tool.",
"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/obsidian42-brat.git"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.5.5",
"builtin-modules": "4.0.0",
"esbuild": "0.23.1",
"jsdom": "^25.0.0",
"obsidian": "1.7.2",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typedoc": "^0.26.7",
"typescript": "5.6.2"
},
"dependencies": {
"obsidian-daily-notes-interface": "^0.9.4"
}
}