forked from tmaximini/serverless-jwt-authorizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 781 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
{
"name": "serverless-jwt-authorizer",
"version": "1.0.0",
"description": "Example project demonstrating AWS Lambda and API Gateway authorizer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmaximini/serverless-jwt-authorizer.git"
},
"keywords": [
"serverless",
"jwt"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmaximini/serverless-jwt-authorizer/issues"
},
"homepage": "https://github.com/tmaximini/serverless-jwt-authorizer#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dynamodb-toolbox": "^0.1.0",
"jsonwebtoken": "^8.5.1",
"uuid": "^7.0.1"
}
}