patrickchiang_obsidian-repl.../package.json
2024-10-21 20:58:08 -07:00

24 lines
No EOL
696 B
JSON

{
"name": "obsidian-replace-all",
"version": "1.0.0",
"description": "A plugin for Obsidian.md that allows you to replace all in a find query in the vault.",
"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"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "1.7.2",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {}
}