halogamer33_Obsidian-Fuzzy-.../package.json
2024-11-12 05:07:28 -06:00

24 lines
700 B
JSON

{
"name": "fuzzy-note-creator",
"version": "0.6.3",
"description": "Create notes in specific folders with the help of a fuzzy finder",
"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": "HaloGamer33",
"license": "GNU GPLv3",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}