Skip to content

Instantly share code, notes, and snippets.

@antonkalik
Created August 30, 2022 15:06
Show Gist options
  • Save antonkalik/694f825bb612960a67272890a55d342f to your computer and use it in GitHub Desktop.
Save antonkalik/694f825bb612960a67272890a55d342f to your computer and use it in GitHub Desktop.
{
"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