Files
graphql-engine/community/examples/serverless-push/cloudfunction/package.json
2018-09-13 12:00:07 +05:30

15 lines
269 B
JSON

{
"name": "message_event_handler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.2.0"
}
}