-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "processors-list-bot.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"dotenv": "^8.2.0",
"dotenv-flow": "^3.2.0",
"dynamo-kvstore": "^1.0.1",
"escape-string-regexp": "^4.0.0",
"monk": "^7.3.2",
"telegraf": "^3.38.0",
"telegraf-encommands": "^1.1.5",
"telegraf-ratelimit": "^2.0.0"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"aws-sdk": "^2.761.0",
"eslint": "^7.11.0",
"serverless-dotenv-plugin": "^3.1.0",
"serverless-offline": "^6.8.0",
"tsc-watch": "^4.2.9",
"typescript": "^4.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "set NODE_ENV=development&& tsc-watch --onSuccess \"node ./dist/bot.js\"",
"deploy": "sls deploy function -f bot --env production --stage dev",
"deploy-p": "sls deploy function -f bot --env production --stage prod",
"logs": "sls logs -f bot -t",
"logs-p": "sls logs -f bot -t --env production --stage prod"
},
"keywords": [],
"author": "",
"license": "ISC"
}