Created
February 12, 2020 12:23
-
-
Save pratikagashe/adc1396694c45b7aad205218198170de to your computer and use it in GitHub Desktop.
postgraphile-server: package.json v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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