Skip to content

Instantly share code, notes, and snippets.

@ndrohith09
Created April 1, 2022 06:06
Show Gist options
  • Save ndrohith09/ad26d4307ea4cd12a8585e49f9e3b11a to your computer and use it in GitHub Desktop.
Save ndrohith09/ad26d4307ea4cd12a8585e49f9e3b11a to your computer and use it in GitHub Desktop.
package.json file for nodejs app
{
"name": "nodejsapp",
"version": "1.0.0",
"description": "nodejsapp description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment