bot-functions
Version:
39 lines (38 loc) • 930 B
JSON
{
"name": "bot-functions",
"version": "1.2.29",
"description": "Bot functions",
"main": "index.js",
"scripts": {
"start": "node index"
},
"author": "Juan Monrroy Reyes",
"license": "ISC",
"dependencies": {
"adm-zip": "0.5.10",
"axios": "0.21.1",
"concat-stream": "2.0.0",
"dotenv": "16.0.1",
"form-data": "4.0.0",
"glob": "7.1.4",
"imap-simple": "^5.1.0",
"lambda-log": "^3.1.0",
"lodash": "^4.17.21",
"mailparser": "^3.7.1",
"moment": "^2.30.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Evolve-Robots/bots-functions.git"
},
"keywords": [
"evolve"
],
"bugs": {
"url": "https://github.com/Evolve-Robots/bots-functions/issues"
},
"homepage": "https://github.com/Evolve-Robots/bots-functions#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}