mirror of
https://github.com/iaremarkus/wol-reference-viewer.git
synced 2026-07-22 06:14:20 +00:00
33 lines
No EOL
911 B
JSON
33 lines
No EOL
911 B
JSON
{
|
|
"name": "obsidian-wol-reference-viewer",
|
|
"version": "1.0.1",
|
|
"description": "An Obsidian plugin that looks up Bible verses and WOL research articles inline in your notes using !!reference!! syntax.",
|
|
"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": [
|
|
"obsidian",
|
|
"bible",
|
|
"verses",
|
|
"wol",
|
|
"jw"
|
|
],
|
|
"author": "@iaremarkus",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@codemirror/state": "*",
|
|
"@codemirror/view": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
} |