{
  "name": "@muehle/hapi-engine",
  "version": "11.1.1",
  "description": "Hapi Engine for running Server Angular Apps",
  "license": "MIT",
  "keywords": [
    "hapi",
    "ssr",
    "universal"
  ],
  "engines": {
    "node": ">=10.13.0"
  },
  "peerDependencies": {
    "@angular/common": "^11.1.1",
    "@angular/core": "^11.1.1",
    "@angular/platform-server": "^11.1.1",
    "hapi": "^18.4.0"
  },
  "dependencies": {
    "@nguniversal/common": "11.1.1",
    "tslib": "^2.0.0"
  },
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "migrations": "./schematics/migrations/migration-collection.json",
    "packageGroup": [
      "@nguniversal/aspnetcore-engine",
      "@nguniversal/builders",
      "@nguniversal/common",
      "@nguniversal/express-engine",
      "@nguniversal/hapi-engine"
    ],
    "packageGroupName": "@nguniversal/hapi-engine"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/universal"
  },
  "bugs": {
    "url": "https://github.com/angular/universal/issues"
  },
  "homepage": "https://github.com/angular/universal"
}