devon22_obsidian-gridexplorer/package.json

28 lines
772 B
JSON
Raw Normal View History

2025-02-24 09:35:51 +00:00
{
"name": "gridexplorer",
2026-03-17 07:20:30 +00:00
"version": "3.1.9",
2025-02-24 09:35:51 +00:00
"description": "Browse note files in a grid view.",
"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": {
"@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"
2026-01-15 15:21:24 +00:00
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.17.3",
"@esbuild/win32-x64": "^0.17.3"
2025-02-24 09:35:51 +00:00
}
2026-02-11 13:53:42 +00:00
}