Skip to content

Instantly share code, notes, and snippets.

@Omar-Handouk
Created August 20, 2019 04:45
Show Gist options
  • Save Omar-Handouk/ffb4b821aa25b68f8d3ba407ffaad0af to your computer and use it in GitHub Desktop.
Save Omar-Handouk/ffb4b821aa25b68f8d3ba407ffaad0af to your computer and use it in GitHub Desktop.
{
"name": "vidjot",
"version": "0.0.1",
"description": "Videos ideas storing service.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"eslint": "eslint --ignore-path .gitignore .",
"prettier": "prettier --single-quote --trailing-comma es5 --print-width 80 --write --no-bracket-spacing **/*.js",
"prettify": "npm run prettier && npm run eslint -- --fix"
},
"keywords": [
"mongo",
"express",
"node"
],
"author": "Omar I. Handouk",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^6.2.0",
"eslint-config-strongloop": "^2.1.0",
"nodemon": "^1.19.1",
"prettier": "^1.18.2"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"helmet": "^3.20.0",
"http-errors": "^1.7.3",
"morgan": "^1.9.1",
"path": "^0.12.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment