Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created March 11, 2019 16:23
Show Gist options
  • Save tkssharma/1adb5c6be64f996b46a2712f6ae66480 to your computer and use it in GitHub Desktop.
Save tkssharma/1adb5c6be64f996b46a2712f6ae66480 to your computer and use it in GitHub Desktop.
{
"name": "bla-bla-scooty",
"version": "0.0.0",
"private": true,
"scripts": {
"start-dev": ". ./env.sh && cd dist && nodemon server.js",
"start": "cd dist && nodemon server.js",
"test": ". ./env.sh && NODE_ENV=test && mocha ",
"build": "tsc --watch",
"dev": ". ./env.sh && ts-node server.ts",
"start-tsc": ". ./env.sh && nodemon ./dist/server.js",
"buildAndstart": ". ./env.sh && npm run build && npm run start"
},
"dependencies": {
"@types/express": "^4.11.1",
"assert": "^1.4.1",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"email-templates": "^2.7.1",
"express": "^4.16.4",
},
"devDependencies": {
"@types/async": "^2.0.45",
"@types/bcrypt-nodejs": "^0.0.30",
"@types/bluebird": "^3.5.20",
"@types/body-parser": "^1.16.8",
"@types/express": "^4.11.1",
"@types/mongoose": "^4.7.34",
"@types/morgan": "^1.7.35",
"@types/node": "^9.6.39",
"@types/nodemailer": "^4.3.4",
"@types/passport": "^0.4.3",
"babel-eslint": "^8.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^5.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment