add winner information
Showing
| ... | ... | @@ -11,7 +11,9 @@ |
| "build": "tsc" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.175", | ||
| "@types/node": "^16.10.3", | ||
| "@types/node-fetch": "^2.5.12", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | ||
| ... | ... | @@ -21,6 +23,7 @@ |
| }, | ||
| "dependencies": { | ||
| "form-data": "^4.0.0", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "node-fetch": "^2.6.5" | ||
| } | ||
| ... | ... |
Please register or sign in to comment