-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "personal-interfaces",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"debug": "node --inspect node_modules/serverless/bin/serverless offline -s test",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "serverless offline --stage test",
"watch": "nodemon -w ./ -e '.*' -x 'npm run build'",
"start": "nodemon --exec \"clear && serverless offline --stage test\"",
"start:bot": "nodemon AutomationServices/TelegramBot/dev.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"html-to-text": "^6.0.0",
"imap-simple": "^5.0.0",
"lodash": "^4.17.21",
"mailparser": "^2.7.7",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"mongoose-autopopulate": "^0.14.0",
"puppeteer-core": "^5.5.0",
"telegraf": "^4.3.0",
"twilio": "^3.39.1"
},
"devDependencies": {
"aws-sdk": "^2.910.0",
"chrome-aws-lambda": "^5.5.0",
"nodemon": "^2.0.7",
"serverless": "^2.51.0",
"serverless-iam-roles-per-function": "^3.2.0",
"serverless-offline": "^6.5.0"
}
}