{ "name": "obsidian-raindropio-plugin", "version": "1.0.5", "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "main": "main.js", "type": "module", "author": "Lukas '@dotWee' Wolfsteiner (http://lukas.wolfsteiner.media/)", "homepage": "https://github.com/dotWee/obsidian-raindropio-plugin", "repository": { "type": "git", "url": "git+https://github.com/dotWee/obsidian-raindropio-plugin.git" }, "bugs": { "url": "https://github.com/dotWee/obsidian-raindropio-plugin/issues" }, "funding": [ { "type": "buymeacoffee", "url": "https://buymeacoffee.com/dotwee" }, { "type": "github", "url": "https://github.com/sponsors/dotWee" } ], "license": "WTFPL", "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", "lint": "eslint .", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "obsidian", "obsidian-plugin", "raindrop.io", "bookmarks" ], "devDependencies": { "@eslint/js": "^10.0.1", "@types/jest": "^30.0.0", "@types/node": "^26.1.1", "esbuild": "0.28.1", "eslint": "^10.7.0", "eslint-plugin-obsidianmd": "0.4.1", "globals": "17.7.0", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "jiti": "2.7.0", "obsidian": "latest", "ts-jest": "^29.4.11", "typescript": "^7.0.2", "typescript-eslint": "8.64.0" } }