UNPKG

@luis.bs/obsidian-attachments-cache

Version:

Store images and other attachments on the vault

39 lines 863 B
{ "license": "GPL-3.0-or-later", "version": "0.7.0", "name": "@luis.bs/obsidian-attachments-cache", "description": "Store images and other attachments on the vault", "keywords": [ "obsidian", "attachments", "images", "cache" ], "author": { "name": "Luis Brayan", "url": "https://github.com/luisbs" }, "repository": { "url": "https://github.com/luisbs/obsidian-attachments-cache" }, "publishConfig": { "provenance": true, "access": "public" }, "files": [ "lib/**/*" ], "type": "module", "types": "./lib/index.d.ts", "module": "./lib/obsidian-attachments-cache.esm.js", "exports": { ".": { "types": "./lib/index.d.ts", "module": "./lib/obsidian-attachments-cache.esm.js" } }, "dependencies": { "@luis.bs/obsidian-fnc": "^1.4.9", "minimatch": "^10.0.1" } }