11 lines
245 B
JSON
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"
|
|
}
|
|
}
|