2020-10-25 20:55:59 +00:00
|
|
|
{
|
2026-05-01 22:46:27 +00:00
|
|
|
"name": "obsidian-raindropio-plugin",
|
2026-07-06 10:28:51 +00:00
|
|
|
"version": "1.0.5",
|
2026-06-10 14:47:12 +00:00
|
|
|
"description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.",
|
2021-10-25 15:45:15 +00:00
|
|
|
"main": "main.js",
|
2025-11-10 11:26:07 +00:00
|
|
|
"type": "module",
|
2026-05-01 22:46:27 +00:00
|
|
|
"author": "Lukas '@dotWee' Wolfsteiner <lukas@wolfsteiner.media> (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"
|
|
|
|
|
},
|
2026-07-06 10:58:47 +00:00
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "buymeacoffee",
|
|
|
|
|
"url": "https://buymeacoffee.com/dotwee"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/dotWee"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-05-01 22:46:27 +00:00
|
|
|
"license": "WTFPL",
|
2021-10-25 15:45:15 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
2022-01-22 21:13:50 +00:00
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
2024-02-29 12:18:14 +00:00
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
2026-05-01 23:33:06 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch"
|
2021-10-25 15:45:15 +00:00
|
|
|
},
|
2026-05-01 22:46:27 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"obsidian",
|
|
|
|
|
"obsidian-plugin",
|
|
|
|
|
"raindrop.io",
|
|
|
|
|
"bookmarks"
|
|
|
|
|
],
|
2021-10-25 15:45:15 +00:00
|
|
|
"devDependencies": {
|
2026-07-06 09:21:06 +00:00
|
|
|
"@eslint/js": "^9.39.4",
|
2026-05-01 23:33:06 +00:00
|
|
|
"@types/jest": "^30.0.0",
|
2026-07-06 07:08:56 +00:00
|
|
|
"@types/node": "^26.1.0",
|
2026-06-15 07:13:47 +00:00
|
|
|
"esbuild": "0.28.1",
|
2026-07-06 09:21:06 +00:00
|
|
|
"eslint": "^9.39.4",
|
2026-07-06 07:08:56 +00:00
|
|
|
"eslint-plugin-obsidianmd": "0.4.1",
|
|
|
|
|
"globals": "17.7.0",
|
2026-06-01 23:19:01 +00:00
|
|
|
"jest": "^30.4.2",
|
|
|
|
|
"jest-environment-jsdom": "^30.4.1",
|
|
|
|
|
"jiti": "2.7.0",
|
2026-07-06 09:21:06 +00:00
|
|
|
"obsidian": "latest",
|
2026-06-01 23:19:01 +00:00
|
|
|
"ts-jest": "^29.4.11",
|
2026-05-01 23:36:16 +00:00
|
|
|
"typescript": "^6.0.3",
|
2026-07-06 07:08:56 +00:00
|
|
|
"typescript-eslint": "8.62.1"
|
2021-10-25 15:45:15 +00:00
|
|
|
}
|
2020-10-25 20:55:59 +00:00
|
|
|
}
|