Created the package.json & yarn.lock file
This commit is contained in:
parent
b5393a715b
commit
14562f49cc
9
package.json
Normal file
9
package.json
Normal file
@ -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 <germannewsmaker@gmail.com>",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user