{
  "name": "frontend-gateway",
  "version": "1.0.0",
  "main": "dist/index.js",
  "author": "The Orchard",
  "license": "MIT",
  "scripts": {
    "build": "tsc --build ./tsconfig.build.json",
    "start": "tsc && node .",
    "start:bin": "node .",
    "lint": "eslint --ext .ts src",
    "test:unit": "jest src",
    "test": "yarn lint && yarn test:unit",
    "preinstall": "./scripts/preinstall.sh"
  },
  "dependencies": {
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.0",
    "morgan": "^1.9.1"
  },
  "eslintConfig": {
    "extends": "@orchard/frontend-ts"
  },
  "jest": {
    "preset": "ts-jest"
  },
  "devDependencies": {
    "@orchard/eslint-config-frontend-ts": "^1.0.8",
    "@types/express": "^4.17.2",
    "@types/express-http-proxy": "^1.5.12",
    "@types/jest": "^24.9.0",
    "@types/morgan": "^1.7.37",
    "jest": "^25.1.0",
    "ts-jest": "^25.0.0",
    "typescript": "^3.7.5"
  }
}
