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