Files
bare-operating-system/packages/bare-os-lscolors/package.json
T
2026-04-03 21:39:36 -04:00

9 lines
247 B
JSON

{
"name": "bare-os-lscolors",
"version": "0.1.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"
}