Files
mhunt_validator/package.json
2024-10-01 20:52:49 +05:30

16 lines
295 B
JSON

{
"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"
}
}