2024-09-16 18:31:09 +00:00
|
|
|
{
|
2024-10-29 20:16:52 +00:00
|
|
|
"name": "fast-forward-link",
|
2026-04-28 22:09:13 +00:00
|
|
|
"version": "1.1.2",
|
2024-10-29 20:16:52 +00:00
|
|
|
"description": "Forward multiple links to a single note with ease.",
|
2024-09-16 18:31:09 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2024-10-29 20:16:52 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"obsidian",
|
|
|
|
|
"redirect",
|
|
|
|
|
"fast forward",
|
|
|
|
|
"link",
|
|
|
|
|
"note",
|
|
|
|
|
"synonym",
|
|
|
|
|
"symlink",
|
|
|
|
|
"symbolic link",
|
|
|
|
|
"references"
|
|
|
|
|
],
|
2024-09-27 16:47:19 +00:00
|
|
|
"author": "Idan Liberman",
|
2024-09-16 18:31:09 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^16.11.6",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"builtin-modules": "3.3.0",
|
|
|
|
|
"esbuild": "0.17.3",
|
|
|
|
|
"obsidian": "latest",
|
|
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "4.7.4"
|
|
|
|
|
}
|
|
|
|
|
}
|