18 lines
471 B
JSON
18 lines
471 B
JSON
{
|
|
"name": "server-config-cli",
|
|
"version": "0.1.0",
|
|
"description": "Node.js CLI for bootstrapping server shell, ssh and frp client configuration.",
|
|
"bin": {
|
|
"server-config": "bin/server-config.js",
|
|
"scc": "bin/server-config.js"
|
|
},
|
|
"scripts": {
|
|
"check": "node --check bin/server-config.js && node --check src/cli.js && node --check test/frp-config.test.js",
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "MIT"
|
|
}
|