Added champions items (first try)

This commit is contained in:
2024-11-23 16:30:31 +01:00
parent b415cdaa4e
commit 1e1de7bdf2
13 changed files with 1067 additions and 146 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "match_collector",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -11,5 +11,9 @@
"description": "",
"dependencies": {
"mongodb": "^6.10.0"
},
"devDependencies": {
"@types/node": "^22.9.1",
"tsx": "^4.19.2"
}
}