-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 940 Bytes
/
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
{
"name": "websocket-chat",
"version": "1.0.0",
"description": "A simple example of chat server with AWS WebSocket API",
"main": "handler.ts",
"scripts": {
"build": "sls package",
"deploy": "sls deploy",
"status": "sls info",
"print-config": "sls print",
"delete-stack": "sls remove"
},
"dependencies": {
"@yingyeothon/aws-apigateway-management-api": "^2.536.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.63",
"@types/node": "14",
"aws-sdk": "2.488.0",
"elliptic": "^6.5.3",
"kind-of": "^6.0.3",
"prettier": "^2.1.2",
"serverless": "^2.4.0",
"serverless-webpack": "^5.3.5",
"ts-loader": "^8.0.4",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"wscat": "^4.0.1"
},
"author": "jaeyoung.choi <[email protected]>",
"license": "MIT"
}