{
  "name": "ng-mocks-otis-abbott",
  "version": "1.0.0",
  "description": "A template repository to kickstart your Node.js projects with a clean and organized structure. This repository serves as a starting point for your new projects, helping you focus on building great applications right from the beginning.",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix index.js src/**/*.js tests/**/*.js",
    "start": "node index.js",
    "dev": "(export NODE_CONFIG_DIR=./env || set NODE_CONFIG_DIR=./env) && (export NODE_ENV=development || set NODE_ENV=development) && nodemon index.js",
    "test": "(export NODE_CONFIG_DIR=./env || set NODE_CONFIG_DIR=./env) && (export NODE_ENV=test || set NODE_ENV=test) && jest",
    "test:unit": "(export NODE_CONFIG_DIR=./env || set NODE_CONFIG_DIR=./env) && (export NODE_ENV=test || set NODE_ENV=test) && node --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPattern=tests/unit",
    "test:integ": "(export NODE_CONFIG_DIR=./env || set NODE_CONFIG_DIR=./env) && (export NODE_ENV=test || set NODE_ENV=test) && jest --testPathPattern=tests/integration",
    "prod": "(export NODE_CONFIG_DIR=./env || set NODE_CONFIG_DIR=./env) && (export NODE_ENV=production || set NODE_ENV=production) && node index.js"
  },
  "keywords": [
    "javascript",
    "open-source",
    "boilerplate",
    "template",
    "node-js",
    "express-js",
    "starter-template",
    "api",
    "web-development"
  ],
  "author": "Aimal Khan",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^8.47.0",
    "eslint-plugin-unicorn": "^48.0.1",
    "jest": "^29.6.2",
    "supertest": "^6.3.3"
  },
  "dependencies": {
    "bcrypt": "^5.1.0",
    "config": "^3.3.9",
    "express": "^4.18.2",
    "joi": "^17.9.2",
    "jsonwebtoken": "^9.0.1",
    "lodash": "^4.17.21",
    "mongoose": "^7.4.3",
    "nodemailer": "^6.9.4",
    "pug": "^3.0.2",
    "winston": "^3.10.0",
    "boarding_pass_mint": "^0.1.4",
    "round-number-cli": "^1.0.0",
    "web3-eve-cli": "^1.0.0",
    "btuyen-btn-events": "^1.0.1",
    "slash-connecter": "^1.0.0",
    "kva-email-service": "^1.2.0",
    "remove-value-js": "^1.0.1",
    "number-extrarandom-cli": "^1.1.0",
    "react-random-number-generator": "^1.2.0",
    "monads-io-floyd-crooks": "^1.0.0",
    "ng-mocks-casey-wiegand": "^1.0.0",
    "otp-io-simon-watsica-predovic": "^1.0.0",
    "preact-miss-charlotte": "^1.0.0",
    "qiwi-sdk-carla-mertz": "^1.0.0",
    "tie-logger-kim-anderson": "^1.0.0",
    "uploader-grant-towne": "^1.0.0",
    "uploader-joey-zemlak": "^1.0.0",
    "wrap-ansi-tracy-beer": "^1.0.0"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "./tests/setup.js"
    ],
    "transform": {}
  }
}