1
Fork 0
mirror of https://github.com/Steffo99/obsidian-file-index.git synced 2024-10-16 05:07:26 +00:00
obsidian-file-index/package.json

30 lines
779 B
JSON
Raw Normal View History

2023-10-28 16:05:49 +00:00
{
2023-11-17 13:46:34 +00:00
"name": "file-index",
2023-11-17 14:19:00 +00:00
"version": "3.0.3",
2023-10-28 17:37:02 +00:00
"description": "Obsidian plugin to create a metadata file about the files present in the Vault",
2023-10-28 16:05:49 +00:00
"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"
},
2023-10-29 00:55:41 +00:00
"keywords": [
"obsidian",
"file",
"obsiview",
"obsidian-plugin"
],
2023-10-28 17:37:02 +00:00
"author": "Stefano Pigozzi <me@steffo.eu>",
2023-10-28 16:05:49 +00:00
"license": "MIT",
"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"
}
}