chore: update package name (#3059)
All checks were successful
Build / build (push) Successful in 1m8s
Build Docker image / docker (push) Successful in 1m58s

"wf-emulator" used to be the name of the GH repo in the very old days and was later changed to SpaceNinjaServer for *reasons*. Thought it might make sense to update it here because nowadays we call it "SpaceNinjaServer" (SNS) in the community and not "WF Emulator" anymore.

Reviewed-on: #3059
Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com>
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit was merged in pull request #3059.
This commit is contained in:
2025-11-20 23:24:17 -08:00
committed by Sainan
parent 45609d999c
commit 6606e3b924
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "wf-emulator",
"name": "spaceninjaserver",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wf-emulator",
"name": "spaceninjaserver",
"version": "0.1.0",
"dependencies": {
"body-parser": "^2.2.0",

View File

@@ -1,7 +1,7 @@
{
"name": "wf-emulator",
"name": "spaceninjaserver",
"version": "0.1.0",
"description": "WF Emulator",
"description": "SpaceNinjaServer",
"main": "index.ts",
"scripts": {
"start": "node --enable-source-maps build/src/index.js",