3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

feat(automod): MIME type trigger

This commit is contained in:
Hiroyuki 2021-07-26 21:45:57 -04:00
parent 6d28dcbfdf
commit 88f0e0e558
No known key found for this signature in database
GPG key ID: C15AC26538975A24
4 changed files with 234 additions and 2072 deletions

View file

@ -9,6 +9,7 @@
"codestyle-check": "prettier --check \"./{backend,dashboard}/{,!(node_modules)/**/}/*.ts\""
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier": "^1.19.1",
@ -27,5 +28,9 @@
"prettier --write",
"git add"
]
},
"dependencies": {
"file-type": "^16.5.2",
"node-fetch": "^2.6.1"
}
}