awfrok_obsidian-plugin-bibt.../package.json
2025-08-04 21:12:13 -07:00

27 lines
792 B
JSON

{
"name": "bibtex-entry-view",
"version": "0.2.4",
"description": "Load the bibtex entry of a given bibkey from a given bib file and show the entry in the code block of bibkey.",
"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": [],
"author": "",
"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.25.5",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@retorquere/bibtex-parser": "^9.0.21"
}
}