workaround
Showing
| ... | ... | @@ -20,10 +20,14 @@ |
| "test:coverage": "npm run test -- --coverage" | ||
| }, | ||
| "dependencies": { | ||
| "@types/gm": "^1.18.9", | ||
| "axios": "^0.20.0", | ||
| "cookie-parser": "~1.4.4", | ||
| "debug": "~2.6.9", | ||
| "express": "~4.16.1", | ||
| "morgan": "^1.9.1" | ||
| "imagemagick-native-12": "^1.9.3", | ||
| "morgan": "^1.9.1", | ||
| "promise-mysql": "^4.1.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/cookie-parser": "^1.4.2", | ||
| ... | ... |
src/avatar.ts
0 → 100644
src/processor.ts
0 → 100644
src/utility.ts
0 → 100644
src/worker.ts
0 → 100644
Please register or sign in to comment