mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"name": "auth0-graphql",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"apollo-server": "^2.9.0",
|
|
"graphql": "^14.5.3",
|
|
"graphql-tools": "^4.0.5",
|
|
"node-fetch": "^2.6.0"
|
|
}
|
|
} |