{
    "name": "<%= slugName %>",
    "description": "<%= slugName %> app description here",
    "version": "0.0.1",
    "private": true,
    "dependencies": {
        "@google-cloud/storage": "^3.3.0",
        "@sendgrid/mail": "^6.4.0",
        "aws-sdk": "^2.535.0",
        "bcryptjs": "^2.4.3",
        "body-parser": "^1.18.3",
        "cors": "^2.8.4",
        "csvtojson": "^2.0.8",
        "ddos": "^0.2.1",
        "debug": "^4.1.0",
        "ejs": "^2.7.1",
        "email-templates": "^6.0.2",
        "errorhandler": "^1.5.0",
        "express": "^4.16.3",
        "express-list-endpoints": "^4.0.1",
        "helmet": "^3.21.1",
        "jsonwebtoken": "^8.5.1",
        "lodash": "^4.17.15",
        "mailgun-js": "^0.22.0",
        "method-override": "^3.0.0",
        "moment": "^2.24.0",
        "mongoose": "^5.7.1",
        "morgan": "^1.9.0",
        "multer": "^1.4.2",
        "nodemailer": "^6.3.0",
        "redis": "^2.8.0",
        "request": "^2.88.0",
        "request-promise-native": "^1.0.7",
        "rotating-file-stream": "^1.4.3",
        "sendgrid": "^5.2.3",
        "stripe": "^7.9.1",
        "uuid": "^3.3.3"
    },
    "devDependencies": {
        "mocha": "^7.1.1",
        "nodemon": "^1.19.2",
        "semistandard": "^14.2.0",
        "supertest": "^3.3.0"
    },
    "scripts": {
        "start": "DEBUG=App* NODE_ENV=development nodemon index.js",
        "start:prod": "DEBUG=App* pm2-runtime  ecosystem.config.js  --env production",
        "start:test": "DEBUG=App* NODE_ENV=test nodemon index.js",
        "tools": "DEBUG=Tools*,App* NODE_ENV=development node tools/index.js",
        "test": "mocha --exit"
    }
}