Skip to content

Instantly share code, notes, and snippets.

@pratikagashe
Created February 12, 2020 12:23
Show Gist options
  • Select an option

  • Save pratikagashe/adc1396694c45b7aad205218198170de to your computer and use it in GitHub Desktop.

Select an option

Save pratikagashe/adc1396694c45b7aad205218198170de to your computer and use it in GitHub Desktop.
postgraphile-server: package.json v1
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"watch": "nodemon src/index.js"
},
"author": "Pratik Agashe",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"knex": "^0.20.9",
"knex-migrate": "^1.7.4",
"pg": "^7.18.1",
"postgraphile": "^4.5.5"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment