Files
bare-operating-system/packages/bare-os-lscolors/package.json
T
2026-06-22 21:16:51 -04:00

10 lines
274 B
JSON

{
"name": "bare-os-lscolors",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"description": "GNU-style LS_COLORS + dircolors parsing (shared by bare-os-booter and bare-os-coreutils build)",
"exports": "./bare-os-lscolors.js"
}