Skip to content

Instantly share code, notes, and snippets.

@mucahidyazar
Created April 28, 2021 20:06
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 mucahidyazar/ffc479cfbc0b4257ecb5e986604b17b8 to your computer and use it in GitHub Desktop.
Save mucahidyazar/ffc479cfbc0b4257ecb5e986604b17b8 to your computer and use it in GitHub Desktop.
{
"name": "data-volume-example",
"version": "1.0.0",
"description": "",
"main": "server.js",
"author": "Maximilian Schwarzmüller / Academind GmbH",
"license": "ISC",
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "2.0.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment