update:
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user