mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-13 09:14:45 +08:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "sample-auth-webhook",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "wawhal",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.3",
|
|
"firebase-admin": "^5.12.1",
|
|
"request": "^2.87.0"
|
|
}
|
|
}
|