Skip to content

Commit

Permalink
🎉 Init git repo and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Sep 15, 2021
0 parents commit 1d2dec3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules
/dist
.env
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Witch It Stats
Generates stats of the official game servers of Witch It.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "witchitstats",
"version": "1.0.0",
"description": "Tracks witch it game servers and generates stats",
"main": "app.js",
"scripts": {
"dev": "cd ./src && nodemon ./app.ts",
"build": "tsc -p .",
"start": "cd ./dist && node ./app.js",
"bs": "tsc -p . && cd ./dist && node ./app.js"
},
"author": "GiyoMoon",
"license": "GPLv3"
}

0 comments on commit 1d2dec3

Please sign in to comment.