First commit

This commit is contained in:
Wizzard
2023-10-16 16:32:57 -04:00
parent 1adfb8e005
commit 7d9800806a
4 changed files with 144 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"axios": "^1.5.1",
"file-type": "^18.5.0",
"get-image-colors": "^4.0.1",
"request-promise": "^4.2.6",
"sharp": "^0.32.6"
}
}