{
  "name": "dia-man-tools",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "nx",
    "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
    "nx": "nx",
    "start": "ng serve",
    "start:server": "nx serve mt-api",
    "start:client": "nx run mt-client:serve:development",
    "build": "ng build",
    "test": "ng test",
    "lint": "nx workspace-lint && ng lint",
    "e2e": "ng e2e",
    "build:client": "nx run mt-client:build:production",
    "build:api": "nx run mt-api:build:production",
    "affected:apps": "nx affected:apps",
    "affected:libs": "nx affected:libs",
    "affected:build": "nx affected:build",
    "affected:e2e": "nx affected:e2e",
    "affected:test": "nx affected:test",
    "affected:lint": "nx affected:lint",
    "affected:dep-graph": "nx affected:dep-graph",
    "affected": "nx affected",
    "format": "nx format:write",
    "format:write": "nx format:write",
    "format:check": "nx format:check",
    "update": "nx migrate latest",
    "workspace-generator": "nx workspace-generator",
    "dep-graph": "nx dep-graph",
    "help": "nx help"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "12.0.0",
    "@angular/cdk": "^12.0.0",
    "@angular/common": "12.0.0",
    "@angular/compiler": "12.0.0",
    "@angular/core": "12.0.0",
    "@angular/forms": "12.0.0",
    "@angular/material": "^12.0.0",
    "@angular/platform-browser": "12.0.0",
    "@angular/platform-browser-dynamic": "12.0.0",
    "@angular/router": "12.0.0",
    "@datorama/akita": "^6.1.3",
    "@nestjs/bull": "^0.3.1",
    "@nestjs/common": "^7.0.0",
    "@nestjs/config": "^0.6.3",
    "@nestjs/core": "^7.0.0",
    "@nestjs/platform-express": "^7.0.0",
    "@nestjs/platform-socket.io": "^7.6.17",
    "@nestjs/platform-ws": "^7.6.17",
    "@nestjs/schedule": "^0.4.3",
    "@nestjs/websockets": "^7.6.17",
    "@nrwl/angular": "12.3.3",
    "angular-oauth2-oidc": "^10.0.3",
    "bull": "^3.22.6",
    "hbs": "^4.1.2",
    "nestjs-redis": "^1.3.3",
    "openid-client": "^5.1.5",
    "reflect-metadata": "^0.1.13",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "12.0.0",
    "@angular-eslint/eslint-plugin": "~12.0.0",
    "@angular-eslint/eslint-plugin-template": "~12.0.0",
    "@angular-eslint/template-parser": "~12.0.0",
    "@angular/cli": "12.0.0",
    "@angular/compiler-cli": "12.0.0",
    "@angular/language-service": "12.0.0",
    "@datorama/akita-ngdevtools": "^6.0.0",
    "@nestjs/schematics": "^7.0.0",
    "@nestjs/testing": "^7.0.0",
    "@nrwl/cli": "12.3.3",
    "@nrwl/cypress": "12.3.3",
    "@nrwl/eslint-plugin-nx": "12.3.3",
    "@nrwl/jest": "12.3.3",
    "@nrwl/linter": "12.3.3",
    "@nrwl/nest": "^12.3.3",
    "@nrwl/node": "12.3.3",
    "@nrwl/tao": "12.3.3",
    "@nrwl/workspace": "12.3.3",
    "@types/bull": "^3.15.1",
    "@types/cron": "^1.7.2",
    "@types/jest": "26.0.8",
    "@types/node": "14.14.33",
    "@types/socket.io": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "4.19.0",
    "@typescript-eslint/parser": "4.19.0",
    "dotenv": "8.2.0",
    "eslint": "7.22.0",
    "eslint-config-prettier": "8.1.0",
    "jest": "26.2.2",
    "jest-preset-angular": "8.4.0",
    "prettier": "2.2.1",
    "ts-jest": "26.5.5",
    "ts-node": "~9.1.1",
    "typescript": "~4.2.4"
  }
}
