forked from pacokwon/obsidian-lds-library-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
35
36
37
{
"name": "lds-library-reference",
"version": "2.0.8",
"description": "Easily insert references to scripture and conference talks from the Church of Jesus Christ of Latter-day Saints",
"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": [
"lds",
"scriptures",
"book of mormon",
"obsidian"
],
"author": "pacokwon, ingiestein",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/node": "22.18.8",
"builtin-modules": "5.0.0",
"esbuild": "0.25.10",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "5.9.3"
},
"dependencies": {
"@types/cheerio": "^0.22.35",
"cheerio": "^1.1.2",
"date-fns": "^4.1.0"
},
"packageManager": "yarn@4.10.3",
"engines": {
"node": "22"
}
}