Skip to content

Instantly share code, notes, and snippets.

@dimuthu
Created February 10, 2020 09:11
Show Gist options
  • Save dimuthu/3aad8f908f0065a2bbf723ee34dd509a to your computer and use it in GitHub Desktop.
Save dimuthu/3aad8f908f0065a2bbf723ee34dd509a to your computer and use it in GitHub Desktop.
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.6.0",
"mongoose": "^5.8.11"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment