{
  "name": "@defra-fish/gafl-webapp-service",
  "version": "1.62.0",
  "description": "The websales frontend for the GAFL service",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "rod",
    "licensing",
    "frontend",
    "webapp"
  ],
  "author": "DEFRA",
  "license": "SEE LICENSE IN LICENSE",
  "main": "src/gafl-webapp-service.js",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/DEFRA/rod-licensing.git",
    "directory": "packages/gafl-webapp-service"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node src/gafl-webapp-service.js",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "prepare": "gulp --gulpfile build/gulpfile.cjs"
  },
  "dependencies": {
    "@defra-fish/business-rules-lib": "1.62.0",
    "@defra-fish/connectors-lib": "1.62.0",
    "@defra/hapi-gapi": "^2.0.0",
    "@hapi/boom": "^9.1.2",
    "@hapi/catbox-redis": "^6.0.2",
    "@hapi/cookie": "^11.0.2",
    "@hapi/crumb": "^8.0.1",
    "@hapi/hapi": "^20.2.1",
    "@hapi/inert": "^6.0.5",
    "@hapi/joi-date": "^2.0.1",
    "@hapi/scooter": "^6.0.1",
    "@hapi/vision": "^6.1.0",
    "blankie": "^5.0.0",
    "debug": "^4.3.3",
    "disinfect": "^1.1.0",
    "find": "^0.3.0",
    "govuk-frontend": "^5.10.2",
    "hapi-i18n": "^3.0.1",
    "joi": "^17.6.0",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.34",
    "node-fetch": "^2.7.0",
    "nunjucks": "^3.2.3",
    "openid-client": "^4.9.1",
    "semver": "^7.3.5",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@hapi/catbox-memory": "^5.0.1",
    "del": "^6.0.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-merge": "^0.1.1",
    "gulp-minify": "^3.1.0",
    "gulp-sass": "^5.1.0",
    "gulp-sourcemaps": "^3.0.0",
    "sass": "^1.69.3"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "./gafl-jest-matchers.js"
    ]
  },
  "gitHead": "1f00bb713b3a160a8dfa3c355df23bb44f14c4f2"
}
