Skip to content

Instantly share code, notes, and snippets.

@dumpofmemory
Created January 14, 2020 21:53
Show Gist options
  • Save dumpofmemory/7a510deb300963508e3b2dedb2df90b3 to your computer and use it in GitHub Desktop.
Save dumpofmemory/7a510deb300963508e3b2dedb2df90b3 to your computer and use it in GitHub Desktop.
myprj-backend
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:dev": "nodemon --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.9.7",
"graphql": "^14.5.8",
"graphql-import": "^0.7.1",
"prisma-binding": "^2.3.16"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment