graphql-engine/community/boilerplates/auth-webhooks/lambda-cognito/package.json

16 lines
349 B
JSON

{
"name": "auth_webhook",
"version": "1.0.0",
"description": "This is the webhook code that Hasura will call to get headers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql-request": "*",
"node-jose": "^1.1.0"
}
}