15 lines
476 B
JSON
15 lines
476 B
JSON
{
|
|
"name": "bare-os-openssh",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "OpenSSH-compatible sshd integration for bare-operating-system (bins, man, vendored bare-ssh2)",
|
|
"scripts": {
|
|
"vendor": "node ../../scripts/vendor-bare-ssh2.mjs",
|
|
"vendor:bare-node-shims": "node ../../scripts/vendor-bare-node-shims.mjs",
|
|
"build": "node ./build.mjs",
|
|
"test": "node ./test/sshd-config-parse.test.mjs"
|
|
}
|
|
}
|