From 14562f49cc933c5f0de30f04be29415e2e1d5631 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 21:46:23 +0200 Subject: [PATCH] Created the package.json & yarn.lock file --- package.json | 9 +++++++++ yarn.lock | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock diff --git a/package.json b/package.json new file mode 100644 index 0000000..4a4209d --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "countryguessr", + "version": "1.0.0-ALPHA", + "description": "The server of the CountryGuesser game", + "main": "server/index.js", + "repository": "https://github.com/gnmyt/CountryGuessr.git", + "author": "Mathias Wagner ", + "license": "MIT" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +