-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 Bytes
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
{
"name": "serverless-websocket",
"version": "0.0.1",
"description": "Serverless Websocket Example",
"devDependencies": {
"@anttiviljami/serverless-stack-output": "^0.3.1",
"http-server": "^0.12.3",
"serverless-plugin-common-excludes": "^3.0.1",
"serverless-plugin-include-dependencies": "^4.1.0",
"serverless-stack-output": "^0.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"apigatesay",
"serverless",
"websocket"
],
"author": "umudik",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1238.0",
"dotenv": "^16.0.3",
"fookie": "^0.9.910",
"jsonwebtoken": "^8.5.1",
"uuid": "^9.0.0",
"ws": "^8.9.0"
}
}