{
  "name": "hof-bootstrap-example-app",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "engines": {
    "node": ">=10.22.1"
  },
  "scripts": {
    "start": "node server.js",
    "start:dev": "HOF_SANDBOX=true ../bin/hof-build watch",
    "dev": "yarn && GA_TAG=test nodemon server",
    "build": "HOF_SANDBOX=true ../bin/hof-build",
    "postinstall": "yarn run build"
  },
  "author": "",
  "dependencies": {
    "govuk-frontend": "4.10",
    "jquery": "^3.7.1",
    "sass": "^1.101.0",
    "typeahead-aria": "^1.0.4"
  },
  "devDependencies": {
    "nodemon": "^3.1.14"
  },
  "resolutions": {
    "picomatch": "^2.3.2"
  }
}
