{
  "_args": [
    [
      "@nestjs/cli@9.1.8",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@nestjs/cli@9.1.8",
  "_id": "@nestjs/cli@9.1.8",
  "_inBundle": false,
  "_integrity": "sha512-53laCMoPLAkjyz3405FlMSrHnbr3DGeoaQjY963bEroezLlm/qfQhwj6oGJwtgA28eNFgx68mvQV2f1VZNUJtw==",
  "_location": "/@nestjs/cli",
  "_phantomChildren": {
    "ansi-styles": "4.3.0",
    "supports-color": "7.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/cli@9.1.8",
    "name": "@nestjs/cli",
    "escapedName": "@nestjs%2fcli",
    "scope": "@nestjs",
    "rawSpec": "9.1.8",
    "saveSpec": null,
    "fetchSpec": "9.1.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/@nestjs/cli/-/cli-9.1.8.tgz",
  "_spec": "9.1.8",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "bin": {
    "nest": "bin/nest.js"
  },
  "bugs": {
    "url": "https://github.com/nestjs/nest-cli/issues"
  },
  "dependencies": {
    "@angular-devkit/core": "15.0.4",
    "@angular-devkit/schematics": "15.0.4",
    "@angular-devkit/schematics-cli": "15.0.4",
    "@nestjs/schematics": "^9.0.0",
    "chalk": "3.0.0",
    "chokidar": "3.5.3",
    "cli-table3": "0.6.3",
    "commander": "4.1.1",
    "fork-ts-checker-webpack-plugin": "7.2.14",
    "inquirer": "7.3.3",
    "node-emoji": "1.11.0",
    "ora": "5.4.1",
    "os-name": "4.0.1",
    "rimraf": "3.0.2",
    "shelljs": "0.8.5",
    "source-map-support": "0.5.21",
    "tree-kill": "1.2.2",
    "tsconfig-paths": "4.1.1",
    "tsconfig-paths-webpack-plugin": "4.0.0",
    "typescript": "4.9.4",
    "webpack": "5.75.0",
    "webpack-node-externals": "3.0.0"
  },
  "description": "Nest - modern, fast, powerful node.js web framework (@cli)",
  "devDependencies": {
    "@commitlint/cli": "17.3.0",
    "@commitlint/config-angular": "17.3.0",
    "@types/copyfiles": "2.4.1",
    "@types/inquirer": "8.2.5",
    "@types/jest": "29.2.4",
    "@types/node": "18.11.18",
    "@types/node-emoji": "1.8.2",
    "@types/ora": "3.2.0",
    "@types/os-name": "3.1.0",
    "@types/rimraf": "3.0.2",
    "@types/shelljs": "0.8.11",
    "@types/webpack-node-externals": "2.5.3",
    "@typescript-eslint/eslint-plugin": "5.47.1",
    "@typescript-eslint/parser": "5.47.1",
    "delete-empty": "3.0.0",
    "eslint": "8.30.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "gulp": "4.0.2",
    "gulp-clean": "0.4.0",
    "husky": "8.0.2",
    "jest": "29.3.1",
    "lint-staged": "13.1.0",
    "prettier": "2.8.1",
    "release-it": "15.6.0",
    "ts-jest": "29.0.3",
    "ts-loader": "9.4.2",
    "ts-node": "10.9.1"
  },
  "engines": {
    "node": ">= 12.9.0"
  },
  "homepage": "https://github.com/nestjs/nest-cli#readme",
  "license": "MIT",
  "lint-staged": {
    "**/*.{ts,json}": []
  },
  "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",
    "prepare": "husky install",
    "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": "9.1.8"
}
