Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created May 26, 2020 12:02
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 harryWonder/3838a346d7699dc97c71112298e1f750 to your computer and use it in GitHub Desktop.
Save harryWonder/3838a346d7699dc97c71112298e1f750 to your computer and use it in GitHub Desktop.
This is the package.json file for the cli app in node.js
{
"name": "node-cli-app",
"version": "1.0.0",
"description": "A cli app in node js for getting details about the weather.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learningdollars/ilori-cli-node.git"
},
"keywords": [
"Cli",
"Weather"
],
"author": "Ilori Stephen A",
"license": "ISC",
"bugs": {
"url": "https://github.com/learningdollars/ilori-cli-node/issues"
},
"homepage": "https://github.com/learningdollars/ilori-cli-node#readme",
"dependencies": {
"axios": "^0.19.2",
"lodash": "^4.17.15",
"mongodb": "^3.5.7",
"yargs": "^15.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment