2025-03-24 05:57:15 +00:00
|
|
|
{
|
|
|
|
|
"name": "double-row-toolbar",
|
2026-04-12 19:59:09 +00:00
|
|
|
"version": "1.0.2",
|
2025-03-24 06:09:37 +00:00
|
|
|
"description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.",
|
2025-03-24 05:57:15 +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",
|
|
|
|
|
"bump": "tsx bump.ts"
|
|
|
|
|
},
|
|
|
|
|
"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",
|
|
|
|
|
"chalk": "^5.4.1",
|
|
|
|
|
"esbuild": "0.17.3",
|
|
|
|
|
"obsidian": "latest",
|
|
|
|
|
"tslib": "2.4.0",
|
2026-04-12 19:57:34 +00:00
|
|
|
"tsx": "^4.21.0",
|
2025-03-24 05:57:15 +00:00
|
|
|
"typescript": "4.7.4"
|
|
|
|
|
}
|
|
|
|
|
}
|