aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-17 23:11:55 +0530
committerRitesh Ghosh <[email protected]>2023-08-17 23:11:55 +0530
commit5d1bf2fcc91cad695a054bf838eff668a316a7b4 (patch)
tree2512a1e8b0b2df7d48556ab544f7ca3dc07e5b2e
parent335bc0c678699123c816376f4fdb787c64f586f2 (diff)
downloadaniwatch-api-5d1bf2fcc91cad695a054bf838eff668a316a7b4.tar.xz
aniwatch-api-5d1bf2fcc91cad695a054bf838eff668a316a7b4.zip
feat: added `CryptoJS` pkg
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0b3de2b..5c30a2a 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
+ "crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
@@ -34,6 +35,7 @@
"morgan": "^1.10.0"
},
"devDependencies": {
+ "@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/http-errors": "^2.0.1",
"@types/jest": "^29.5.3",