-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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": "telegraf-sls-ts-example",
"version": "1.0.1",
"description": "Serverless aws-nodejs-typescript template",
"main": "serverless.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"log": "yarn sls logs -s dev -f webhook -t",
"ddf": "yarn sls deploy function -s dev -f webhook",
"dd": "yarn sls deploy -s dev",
"div": "yarn sls invoke -f webhook --path src/functions/webhook/mock.json",
"divl": "yarn sls invoke local -f webhook --path src/functions/webhook/mock.json"
},
"engines": {
"node": ">=14.15.0"
},
"dependencies": {
"@middy/core": "^2.5.3",
"@middy/http-json-body-parser": "^2.5.3",
"telegraf": "^4.10.0"
},
"devDependencies": {
"@serverless/typescript": "^3.21.0",
"@types/aws-lambda": "^8.10.108",
"@types/node": "^14.18.33",
"esbuild": "^0.14.54",
"json-schema-to-ts": "^1.5.0",
"lambda-request-handler": "^0.5.1",
"serverless": "^3.24.1",
"serverless-esbuild": "^1.33.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"typegram": "^3.12.0",
"typescript": "^4.8.4"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
}