Skip to content

Commit

Permalink
Made package installation easier
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tanikonda committed Jan 12, 2024
1 parent 072aafc commit 2d1aeb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
.vscode
Training/Saves
package-lock.json
package.json
node_modules
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies": {
"express": "^4.18.2",
"seedrandom": "^3.0.5",
"socket.io": "^4.7.2"
}
}

0 comments on commit 2d1aeb4

Please sign in to comment.