mirror of
https://github.com/alphahasher/obsidian-remove-links.git
synced 2026-07-22 05:51:41 +00:00
30 lines
843 B
JSON
30 lines
843 B
JSON
{
|
|
"name": "link-remover",
|
|
"version": "3.1.0",
|
|
"description": "Easily remove hyperlinks and wikilinks from selected text or the entire note",
|
|
"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",
|
|
"test": "jest",
|
|
"lint": "eslint \"*.ts\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@jest/globals": "^30.4.1",
|
|
"eslint": "^9.0.0",
|
|
"@types/node": "^25.9.3",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"esbuild": "0.28.1",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"jest": "^30.4.2",
|
|
"obsidian": "latest",
|
|
"ts-jest": "^29.4.11",
|
|
"tslib": "2.8.1",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|