UNPKG

@ov2/lightrail

Version:

Node.js CLI tool for launching and managing ARK game servers with restart scheduling.

34 lines (33 loc) 637 B
{ "name": "@ov2/lightrail", "version": "1.1.1", "description": "Node.js CLI tool for launching and managing ARK game servers with restart scheduling.", "main": "cli.js", "type": "module", "bin": { "lightrail": "cli.js" }, "scripts": { "start": "node cli.js" }, "publishConfig": { "access": "public" }, "keywords": [ "ark", "server", "cli", "game", "restart", "scheduler" ], "author": "Dev OV2", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "inquirer": "^12.7.0", "is-admin": "^4.0.0", "sudo-prompt": "^9.2.1" } }