scotttomaszewski_obsidian-d.../package.json
2026-06-02 22:57:19 -04:00

38 lines
1.1 KiB
JSON

{
"name": "obsidian-disciples-journal",
"version": "1.14.0",
"description": "Embed Bible references and passages in your notes and read the Bible.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && npm test && node esbuild.config.mjs production",
"test": "tsx --test test/*.test.ts",
"lint": "eslint .",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"build-no-check": "node esbuild.config.mjs production"
},
"keywords": [
"obsidian",
"bible",
"scripture",
"esv",
"verse"
],
"author": "Scott Tomaszewski (Xentis)",
"license": "MIT",
"devDependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^22.10.0",
"esbuild": "0.17.3",
"eslint": "^9.18.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"obsidian": "latest",
"tslib": "^2.4.0",
"tsx": "^4.19.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
}
}