Skip to content

Instantly share code, notes, and snippets.

@tushartuteja
Created December 6, 2019 10:42
Show Gist options
  • Select an option

  • Save tushartuteja/e02bc5996ca11cd0544d26ea0c8cf67c to your computer and use it in GitHub Desktop.

Select an option

Save tushartuteja/e02bc5996ca11cd0544d26ea0c8cf67c to your computer and use it in GitHub Desktop.
{
"name": "sampleapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm run build && node dist/bin/www",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"rimraf": "^3.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment