fixes
Showing
... | ... | @@ -18,6 +18,7 @@ |
"axios": "^0.19.2", | ||
"bunyan": "^1.8.14", | ||
"challonge": "latest", | ||
"coffeescript": "^2.5.1", | ||
"deepmerge": "latest", | ||
"formidable": "latest", | ||
"geoip-country-lite": "latest", | ||
... | ... | @@ -32,12 +33,14 @@ |
"request": "latest", | ||
"sqlite3": "latest", | ||
"typeorm": "^0.2.29", | ||
"typescript": "^4.0.5", | ||
"underscore": "latest", | ||
"underscore.string": "latest", | ||
"ws": "^1.1.1" | ||
}, | ||
"license": "AGPL-3.0", | ||
"scripts": { | ||
"build": "coffee -c *.coffee && tsc", | ||
"start": "node ygopro-server.js", | ||
"tournament": "node ygopro-tournament.js", | ||
"pre": "node ygopro-pre.js", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment