mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
16 lines
349 B
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"
|
|
}
|
|
}
|