Former-commit-id: e9cbcd159172587181e412bf22ead2260976aca9
This commit is contained in:
Ben
2022-04-15 02:13:25 +01:00
parent cdd78d8acf
commit ebf27b1ac0
23 changed files with 1612 additions and 174 deletions

View File

@@ -27,6 +27,7 @@
},
"dependencies": {
"axios": "^0.25.0",
"body-parser": "^1.20.0",
"cli-color": "^2.0.1",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
@@ -39,7 +40,9 @@
"moment": "^2.29.1",
"npm": "^8.6.0",
"pg": "^8.7.3",
"pg-native": "^3.0.0"
"pg-format": "^1.0.4",
"pg-native": "^3.0.0",
"sharp": "^0.30.3"
},
"devDependencies": {
"eslint": "^8.9.0",