This commit is contained in:
2024-10-01 20:52:49 +05:30
commit fa7f2f00f4
523 changed files with 65370 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "mhunt_tournament_validator",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.0"
}
}