mirror of
https://github.com/gtritchie/bulk-properties.git
synced 2026-07-22 14:10:30 +00:00
26 lines
704 B
JSON
26 lines
704 B
JSON
{
|
|
"name": "obsidian-bulk-properties",
|
|
"version": "1.0.8",
|
|
"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": {
|
|
"@types/node": "^25.5.0",
|
|
"esbuild": "0.27.5",
|
|
"eslint-plugin-obsidianmd": "0.2.4",
|
|
"obsidian": "1.12.3",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.58.0",
|
|
"@eslint/js": "9.39.4",
|
|
"jiti": "2.6.1"
|
|
}
|
|
}
|