{
  "name": "server",
  "version": "0.0.0",
  "scripts": {
    "build": "rm -rf ./dist; mkdir -p dist/env && cp src/env/production.env dist/env && tsc --build tsconfig.prod.json",
    "lint": "yarn && eslint . --ext .ts",
    "start:prod": "yarn && node -r module-alias/register ./dist --env=production",
    "start:dev": "yarn && nodemon"
  },
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "ext": "ts, html",
    "ignore": [
      "src/public"
    ],
    "exec": "./node_modules/.bin/ts-node -r tsconfig-paths/register ./src"
  },
  "dependencies": {
    "@duffel/api": "^1.9.4",
    "command-line-args": "^5.2.0",
    "cookie-parser": "^1.4.6",
    "dotenv": "^14.2.0",
    "express": "^4.17.3",
    "helmet": "^5.0.1",
    "http-status-codes": "^2.2.0",
    "jet-logger": "^1.0.6",
    "jsonfile": "^6.1.0",
    "module-alias": "^2.2.2",
    "morgan": "^1.10.0",
    "xss-clean": "^0.1.1"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.2.0",
    "@types/cookie-parser": "^1.4.2",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/find": "^0.2.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jasmine": "^3.10.3",
    "@types/jsonfile": "^6.0.1",
    "@types/morgan": "^1.9.3",
    "@types/node": "^17.0.9",
    "@types/supertest": "^2.0.11",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "find": "^0.3.0",
    "fs-extra": "^10.0.0",
    "jasmine": "^4.0.2",
    "nodemon": "^2.0.15",
    "supertest": "^6.3.3",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.5.4"
  }
}
