Files
bare-operating-system/packages/bare-os-coreutils/package.json
T
Raven Scott 2e26b14250
CI / test (push) Failing after 4m56s
updates
2026-04-02 22:35:09 -04:00

11 lines
245 B
JSON

{
"name": "bare-os-coreutils",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Build JS /bin utilities for bare-operating-system (concat + stage to kernel/)",
"scripts": {
"build": "node ./build.mjs"
}
}