Spaces:
Paused
Paused
Update package.json
Browse files- package.json +2 -0
package.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
| 9 |
"dependencies": {
|
| 10 |
"canvas": "^2.11.2",
|
| 11 |
"express": "^4.18.2",
|
|
|
|
|
|
|
| 12 |
"helmet": "^8.0.0"
|
| 13 |
}
|
| 14 |
}
|
|
|
|
| 9 |
"dependencies": {
|
| 10 |
"canvas": "^2.11.2",
|
| 11 |
"express": "^4.18.2",
|
| 12 |
+
"express-rate-limit": "^7.4.1",
|
| 13 |
+
"body-parser": "^1.20.3",
|
| 14 |
"helmet": "^8.0.0"
|
| 15 |
}
|
| 16 |
}
|