mirror of
https://github.com/gtritchie/bulk-properties.git
synced 2026-07-22 06:08:37 +00:00
* Update devDependencies and adapt to eslint-plugin-obsidianmd 0.4.1 * Bump minAppVersion to 1.13.0 and drop deprecated API usage * Remove dead ESLint config obsoleted by obsidianmd 0.4.1
29 lines
753 B
JSON
29 lines
753 B
JSON
{
|
|
"name": "obsidian-bulk-properties",
|
|
"version": "1.0.10",
|
|
"description": "Bulk edit properties across multiple files in your vault",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"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 ."
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.5",
|
|
"@types/node": "^26.1.1",
|
|
"esbuild": "0.28.1",
|
|
"eslint-plugin-obsidianmd": "0.4.1",
|
|
"jiti": "2.7.0",
|
|
"obsidian": "1.13.1",
|
|
"tslib": "2.8.1",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "8.64.0"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.28.1": true
|
|
}
|
|
}
|