odinserv
Version:
A utility for valheim server and client featuring backup and restore functionality.
33 lines (32 loc) • 773 B
JSON
{
"name": "odinserv",
"version": "1.0.1",
"description": "A utility for valheim server and client featuring backup and restore functionality.",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"odin": "./bin/index.js"
},
"keywords": [
"valheim",
"utility",
"steam",
"games",
"server",
"client"
],
"author": "flightlessbird <alekcsalazar@google.com> (https://github.com/FlightlessBird0/odinserv)",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.4.1"
}
}