Skip to content

Instantly share code, notes, and snippets.

@numanayhan
Last active June 17, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numanayhan/21736836d367b02e198aeba279f12e21 to your computer and use it in GitHub Desktop.
Save numanayhan/21736836d367b02e198aeba279f12e21 to your computer and use it in GitHub Desktop.
nodejs-api
{
"name": "nodejs-api",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"path": "^0.12.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment