Skip to content

Instantly share code, notes, and snippets.

@Marxpark
Created May 20, 2020 17:16
Show Gist options
  • Save Marxpark/fe3173a4cae57eaef2fbc76feb792626 to your computer and use it in GitHub Desktop.
Save Marxpark/fe3173a4cae57eaef2fbc76feb792626 to your computer and use it in GitHub Desktop.
default json.package
{
"name": "msrouter",
"version": "1.0.0",
"description": "",
"main": "msRouter.js",
"scripts": {
"start": "nodemon --exec babel-node msRouter.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"dotenv": "^8.2.0",
"nodemon": "^2.0.4",
"pino": "^6.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment