UNPKG

@nxarch/nest-nguniversal

Version:

A NestJS library to serve your NestJS Angular Universal project

46 lines (45 loc) 1.15 kB
{ "name": "@nxarch/nest-nguniversal", "version": "0.9.0", "description": "A NestJS library to serve your NestJS Angular Universal project", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/nxarch/nest-nguniversal/issues" }, "homepage": "https://github.com/nxarch/nest-nguniversal#readme", "repository": { "type": "git", "url": "https://github.com/nxarch/nest-nguniversal" }, "keywords": [ "NestJS", "Angular", "server side rendering", "Angular Universal" ], "author": { "name": "Yannick Boetzkes", "email": "code@yannickboetzkes.com", "url": "https://yannickboetzkes.com" }, "license": "MIT", "sideEffects": false, "dependencies": { "@angular-devkit/build-angular": "15.0.4", "@nestjs/common": "9.2.1", "@nestjs/core": "9.2.1", "@nguniversal/express-engine": "15.0.0", "domino": "2.1.6", "express": "4.18.1", "memory-cache": "0.2.0", "reflect-metadata": "^0.1.13" }, "peerDependencies": { "typescript": ">= 4.1.2", "tslib": "2.4.0" }, "main": "./src/index.js", "types": "./src/index.d.ts" }