mirror of
https://github.com/gslogimaker/my-bible-obsidian-plugin.git
synced 2026-07-22 09:20:28 +00:00
36 lines
865 B
JSON
36 lines
865 B
JSON
{
|
|
"name": "gslogimaker-my-bible",
|
|
"version": "1.3.4",
|
|
"description": "Your own customizable bible for your personal vault!",
|
|
"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": [
|
|
"Bible",
|
|
"Christian",
|
|
"Scripture",
|
|
"God",
|
|
"Jesus"
|
|
],
|
|
"author": "GsLogimaker",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typedoc": "^0.26.11",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"async-mutex": "^0.4.0",
|
|
"crypto": "^1.0.1",
|
|
"ohm-js": "^17.1.0"
|
|
}
|
|
}
|