ab-helpers
Version:
A collection of helper functions for various tasks
33 lines • 692 B
JSON
{
"name": "ab-helpers",
"version": "0.1.9",
"description": "A collection of helper functions for various tasks",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Achraf Boutahar",
"keywords": [
"Helpers",
"Useful",
"Functions",
"Methods",
"JS",
"Methods",
"JavaScript"
],
"license": "ISC",
"dependencies": {
"date-fns": "^3.6.0",
"bcryptjs": "^2.4.3",
"nanoid": "^3.3.7",
"nodemailer": "^6.9.7",
"ioredis": "^5.3.2",
"rate-limiter-flexible": "^4.0.0",
"node-schedule": "^2.1.1",
"ssh2-sftp-client": "^9.1.0"
}
}