Skip to content

Instantly share code, notes, and snippets.

@JameelB
Created June 8, 2018 23:43
Show Gist options
  • Save JameelB/eee8f8ab258027b0959261e58cf04b25 to your computer and use it in GitHub Desktop.
Save JameelB/eee8f8ab258027b0959261e58cf04b25 to your computer and use it in GitHub Desktop.
A sample package.json file for apollo-server-example
{
"name": "apollo-server-example",
"version": "1.0.0",
"description": "A sample graphql server using apollo",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment