{
  "_from": "@nestjs/cli@^7.0.0",
  "_id": "@nestjs/cli@7.6.0",
  "_inBundle": false,
  "_integrity": "sha512-lW1px2gSHkRoBpKSxzP6IJNQscRKs97OAaVyV46OAP6oUR996E0EPkIslIaa16kKLJ3SFOUeZo5xl5nYbqp43g==",
  "_location": "/@nestjs/cli",
  "_phantomChildren": {
    "@types/json5": "0.0.29",
    "ansi-styles": "4.3.0",
    "anymatch": "3.1.2",
    "braces": "3.0.2",
    "fsevents": "2.3.2",
    "glob-parent": "5.1.2",
    "is-binary-path": "2.1.0",
    "is-glob": "4.0.1",
    "json5": "1.0.1",
    "minimist": "1.2.5",
    "normalize-path": "3.0.0",
    "picomatch": "2.3.0",
    "strip-bom": "3.0.0",
    "supports-color": "7.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nestjs/cli@^7.0.0",
    "name": "@nestjs/cli",
    "escapedName": "@nestjs%2fcli",
    "scope": "@nestjs",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-7.6.0.tgz",
  "_shasum": "661f99b578284f9124307a8077f004a091b25e77",
  "_spec": "@nestjs/cli@^7.0.0",
  "_where": "/home/dev/public_html/trustee-backend",
  "bin": {
    "nest": "bin/nest.js"
  },
  "bugs": {
    "url": "https://github.com/nestjs/nest-cli/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Kamil Mysliwiec",
      "email": "mail@kamilmysliwiec.com"
    },
    {
      "name": "Mark Pieszak",
      "email": "mark@trilon.io"
    },
    {
      "name": "ThomRick"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "11.2.6",
    "@angular-devkit/schematics": "11.2.6",
    "@angular-devkit/schematics-cli": "0.1102.6",
    "@nestjs/schematics": "^7.3.0",
    "chalk": "3.0.0",
    "chokidar": "3.5.1",
    "cli-table3": "0.5.1",
    "commander": "4.1.1",
    "fork-ts-checker-webpack-plugin": "6.2.0",
    "inquirer": "7.3.3",
    "node-emoji": "1.10.0",
    "ora": "5.4.0",
    "os-name": "4.0.0",
    "rimraf": "3.0.2",
    "shelljs": "0.8.4",
    "tree-kill": "1.2.2",
    "tsconfig-paths": "3.9.0",
    "tsconfig-paths-webpack-plugin": "3.5.1",
    "typescript": "4.2.3",
    "webpack": "5.28.0",
    "webpack-node-externals": "2.5.2"
  },
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
  "devDependencies": {
    "@commitlint/cli": "12.0.1",
    "@commitlint/config-angular": "12.0.1",
    "@types/copyfiles": "2.4.0",
    "@types/inquirer": "7.3.1",
    "@types/jest": "26.0.22",
    "@types/node": "14.14.36",
    "@types/node-emoji": "1.8.1",
    "@types/ora": "3.2.0",
    "@types/os-name": "3.1.0",
    "@types/rimraf": "3.0.0",
    "@types/shelljs": "0.8.8",
    "@types/webpack": "5.0.0",
    "@types/webpack-node-externals": "2.5.1",
    "@typescript-eslint/eslint-plugin": "4.19.0",
    "@typescript-eslint/parser": "4.19.0",
    "delete-empty": "3.0.0",
    "eslint": "7.22.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-import": "2.22.1",
    "gulp": "4.0.2",
    "gulp-clean": "0.4.0",
    "husky": "5.2.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "release-it": "14.5.0",
    "ts-jest": "26.5.4",
    "ts-loader": "8.0.18",
    "ts-node": "9.1.1"
  },
  "engines": {
    "node": ">= 10.13.0",
    "npm": ">= 6.11.0"
  },
  "homepage": "https://github.com/nestjs/nest-cli#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "MIT",
  "name": "@nestjs/cli",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/nest-cli.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "gulp clean:bundle",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
    "prepack": "npm run build",
    "prepublish:next": "npm run build",
    "prepublish:npm": "npm run build",
    "prerelease": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public",
    "release": "release-it",
    "start": "node bin/nest.js",
    "test": "jest --config test/jest-config.json",
    "test:dev": "npm run clean && jest --config test/jest-config.json --watchAll"
  },
  "version": "7.6.0"
}
