Created
March 4, 2020 17:09
-
-
Save marcossaore/e717b4dfc7710fda67500d250531226f to your computer and use it in GitHub Desktop.
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": "node_app_rest_api", | |
"version": "1.0.0", | |
"description": "Exemplo de api que comunicará com NGINX usando proxy reverso", | |
"main": "app.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"dev": "npm install; nodemon --legacy-watch", | |
"start": "node ./app.js" | |
}, | |
"devDependencies": { | |
"nodemon": "2.0.2" | |
}, | |
"dependencies": { | |
"express": "4.17.1", | |
"express-group-routes": "1.1.0" | |
}, | |
"author": "Marcos Soares", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment