mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
Bumps the dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) build(deps-dev): bump typescript-eslint in the dependencies group Bumps the dependencies group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.63.0 to 8.64.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"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 <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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|