Files
graphql-engine/community/sample-apps/serverless-push/cloudfunction/package.json
2019-01-17 15:57:28 +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"
}
}