mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-08 08:44:24 +03:00
16 lines
420 B
JSON
16 lines
420 B
JSON
{
|
|
"name": "serverless-etl-hasura",
|
|
"version": "1.0.0",
|
|
"description": "Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hasura/graphql-engine"
|
|
},
|
|
"keywords": [],
|
|
"author": "Praveen",
|
|
"license": "MIT"
|
|
} |