kay607_obsidian-pathlinker/package.json
Kay607 0303e5d6a8 Major refactor, removing unnecessary function hooks
cachedRead, getResourcePath, getEmbedCreator can be replaced by hooking into getFullPath

This adds PDF++ support for mobile and likely more compatibility fixes
2025-12-17 14:41:07 +00:00

35 lines
1 KiB
JSON

{
"name": "pathlinker",
"version": "1.4.3",
"description": "Embed external files",
"main": "main.js",
"scripts": {
"setup": "git submodule update --init --recursive && npm i && npx ts-node --esm external/obsidian-plugin-scripts/setup.mts",
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "npx ts-node --esm external/obsidian-plugin-scripts/version-bump.mts && git add package.json package-lock.json manifest.json versions.json"
},
"keywords": [
"obsidian-plugin",
"typescript"
],
"author": "Kay606",
"license": "MIT",
"devDependencies": {
"@types/electron": "^1.6.12",
"@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",
"typescript": "^4.9.0"
},
"dependencies": {
"@capacitor/core": "^7.3.0",
"@capacitor/filesystem": "^7.1.1",
"@codemirror/view": "^6.37.1",
"node-machine-id": "^1.1.12"
}
}