mirror of
https://github.com/oilandrust/obsidian-gdocs.git
synced 2026-07-22 07:32:32 +00:00
Retry and adapter fallbacks for File Provider paths, plus clearer errors when cloud-only shortcuts cannot be read. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"name": "obsidian-gdocs",
|
|
"version": "1.0.7",
|
|
"description": "Open and embed Google Drive shortcut files in Obsidian",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.17",
|
|
"esbuild": "0.25.5",
|
|
"obsidian": "latest",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|