Files
emacs/lisp/emacs-application-framework/app/file-manager/dependencies.json
2022-01-04 15:21:47 +01:00

27 lines
264 B
JSON

{
"pacman": [
"fd"
],
"apt": [
"fd-find"
],
"dnf": [
"fd-find"
],
"pkg": [
"fd-find"
],
"zypper":[
"fd"
],
"pip": {
"linux": [
"pypinyin"
],
"win32": [
"pypinyin"
]
},
"vue_install": true
}