Created
August 30, 2022 15:06
-
-
Save antonkalik/694f825bb612960a67272890a55d342f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "boilerplate-graphql-koa-server-external", | |
"version": "1.0.0", | |
"description": "Boilerplate GraphQL Koa server external", | |
"main": "src/index.js", | |
"scripts": { | |
"start": "PORT=4000 node src/index.js" | |
}, | |
"engines": { | |
"node": "16.17.x" | |
}, | |
"dependencies": { | |
"@graphql-tools/schema": "^9.0.2", | |
"@koa/cors": "^3.4.1", | |
"apollo-server-core": "^3.10.2", | |
"apollo-server-koa": "^3.10.2", | |
"graphql": "^15.8.0", | |
"koa": "^2.13.4", | |
"koa-graphql": "^0.12.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment