{
  "name": "@hmcts/one-per-page",
  "description": "One question per page apps made easy",
  "homepage": "https://github.com/hmcts/one-per-page#readme",
  "version": "7.0.4",
  "main": "./src/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hmcts/one-per-page.git"
  },
  "bugs": {
    "url": "https://github.com/hmcts/one-per-page/issues"
  },
  "dependencies": {
    "@hapi/cryptiles": "6.0.3",
    "@hapi/hoek": "^11.0.7",
    "@log4js-node/log4js-api": "^1.0.2",
    "body-parser": "^2.0.1",
    "callsites": "^3.1.0",
    "colors": "^1.4.0",
    "config": "^3.3.12",
    "connect-redis": "5.2.0",
    "cookie-parser": "^1.4.6",
    "csurf": "^1.11.0",
    "debug": "^4.3.7",
    "deepmerge": "4.3.1",
    "express": "^4.21.0",
    "express-nunjucks": "^2.2.5",
    "express-session": "^1.18.0",
    "glob": "^13.0.6",
    "http-status-codes": "^2.3.0",
    "i18next": "^12.1.0",
    "joi": "^17.13.3",
    "js-yaml": "^4.1.0",
    "moment": "^2.30.1",
    "node-emoji": "^1.11.0",
    "nunjucks": "^3.2.4",
    "option": "^0.2.4",
    "redis": "3.1.2",
    "router": "2.2.0",
    "sanitizer": "^0.1.3",
    "slug": "^9.1.0",
    "sshpk": "^1.18.0",
    "traverse": "^0.6.10",
    "url-parse": "^1.5.10"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@hmcts/eslint-config": "^1.0.5",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "chai-jq": "^0.0.9",
    "codacy-coverage": "^3.4.0",
    "domino": "^2.1.6",
    "eslint": "10.0.2",
    "eslint-plugin-mocha": "^11.2.0",
    "globals": "^17.4.0",
    "jquery": "^3.7.1",
    "mocha": "^10.7.3",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "sinon": "^17.0.2",
    "sinon-chai": "^3.7.0",
    "supertest": "^7.0.0",
    "zepto-node": "^1.0.0"
  },
  "resolutions": {
    "atob": "^2.1.2",
    "cryptiles": "^4.1.3",
    "hoek": "^6.1.3",
    "macaddress": "^0.5.3",
    "sshpk": "^1.18.0"
  },
  "engines": {
    "node": ">=6.0"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | tee coverage.lcov | codacy-coverage",
    "lint": "eslint .",
    "test": "NODE_PATH=. NODE_ENV=testing nyc --reporter=text-summary mocha --exit 'test/**/*.test.js'",
    "audit:check": "chmod +x bin/audit-check.sh && ./bin/audit-check.sh"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.10.0"
}
