{
  "name": "@nrwl/nest",
  "version": "10.4.15",
  "description": "Nest Plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "peerDependencies": {
    "@nrwl/workspace": "10.4.15"
  },
  "dependencies": {
    "@nrwl/node": "10.4.15",
    "@nrwl/jest": "10.4.15",
    "@angular-devkit/schematics": "~10.1.3",
    "@nestjs/schematics": "^7.0.0"
  }
}
