devon22_obsidian-gridexplorer/package.json

36 lines
946 B
JSON
Raw Permalink Normal View History

2026-06-06 03:48:12 +00:00
{
"name": "gridexplorer",
2026-07-21 13:36:38 +00:00
"version": "3.4.19",
2026-07-02 15:47:18 +00:00
"description": "Browse and organize note files visually in a flexible grid layout.",
2026-06-06 03:48:12 +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"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
2026-06-07 17:56:16 +00:00
"@types/jszip": "^3.4.0",
2026-06-06 03:48:12 +00:00
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"esbuild": "0.17.3",
"eslint": "^10.3.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"globals": "^17.6.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.17.3",
"@esbuild/win32-x64": "^0.17.3"
2026-06-07 17:56:16 +00:00
},
"dependencies": {
"jszip": "^3.10.1"
2026-06-06 03:48:12 +00:00
}
}