mirror of
https://github.com/lemon695/obsidian-missing-link-file-creator.git
synced 2026-07-22 11:40:33 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "missing-link-file-creator",
|
|
"version": "1.0.12",
|
|
"description": "Creates missing linked files and detects missing wiki links.",
|
|
"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",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"lint:compat": "eslint src --rule 'obsidianmd/no-unsupported-api:error'",
|
|
"test": "node scripts/run-tests.mjs",
|
|
"test-2": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "8.46.3",
|
|
"@typescript-eslint/parser": "8.46.3",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-obsidianmd": "0.3.0",
|
|
"globals": "^15.0.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.0.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@codemirror/language"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "github:lishid/cm-language",
|
|
"@codemirror/state": "^6.1.2",
|
|
"@codemirror/view": "^6.4.1",
|
|
"@microsoft/tsdoc": "^0.15.1",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@silentvoid13/rusty_engine": "^0.4.0",
|
|
"@tanstack/react-virtual": "^3.14.2",
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|