This commit is contained in:
Andras Schmelczer 2026-06-12 21:46:47 +01:00
parent ec579650d7
commit 1f10b9c750
28 changed files with 134 additions and 220 deletions

View file

@ -1,12 +1,12 @@
{
"name": "declared-server",
"name": "doppler-server",
"version": "0.1.0",
"description": "Game server for decla.red",
"description": "Game server for doppler",
"keywords": [],
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",
"main": "dist/main.js",
"bin": {
"declared-server": "dist/main.js"
"doppler-server": "dist/main.js"
},
"scripts": {
"build": "npx webpack --mode production",