Files
bare-operating-system/packages/bare-os-coreutils/package.json
T
2026-04-03 23:04:42 -04:00

12 lines
334 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",
"test": "node ./test/help-bin-list.test.mjs && node ./test/edit-key-parse.test.mjs"
}
}