valproxy/package.json
2024-07-18 01:24:37 +03:00

17 lines
435 B
JSON

{
"name": "valproxy",
"version": "1.0.0",
"description": "UDP proxy for Valheim dedicated server Systemd socket activation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.ahlcode.fi/nicd/valproxy"
},
"author": "Mikko Ahlroth <mikko@ahlroth.fi>",
"license": "CC0-1.0",
"private": true,
"type": "module"
}