12 lines
334 B
JSON
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"
|
|
}
|
|
}
|