DSH-Arch-Setup/plugins/dsh-ui-tweaks/package.json
Шурупов Илья Викторович cf9443753e Add one-command Arch DSH setup
Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
2026-09-12 19:13:36 +03:00

37 lines
962 B
JSON

{
"name": "dsh-ui-tweaks",
"description": "dsh web plugin: a bundle of toggleable UI tweaks — match the sidebar background to the main content, replace the sidebar brand logo with plain text while keeping the native collapse/expand toggle, hide the New Session button, and collapse the conversation-header utility buttons into a single dropdown menu. Client-only.",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": "^22.19.0 || >=24.0.0"
},
"main": "lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": {
"default": "./lib/client.js"
},
"./package.json": "./package.json"
},
"dsh": {
"engines": {
"dsh": ">=0.1.2-alpha.1"
},
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"inject": [],
"platform": "web"
}
},
"files": [
"lib/**/*.js",
"cordis.patch.yml"
],
"license": "MIT"
}