{
  "_from": "@nestjs/schematics@^7.0.0",
  "_id": "@nestjs/schematics@7.3.1",
  "_inBundle": false,
  "_integrity": "sha512-eyBjJstAjecpdzRuBLiqnwomwXIAEV3+kPkpaphOieRUM6nBhjnXCCl3Qf8Dul2QUQK4NOVPd8FFxWtGP5XNlg==",
  "_location": "/@nestjs/schematics",
  "_phantomChildren": {
    "ajv": "6.12.6",
    "at-least-node": "1.0.0",
    "bl": "4.1.0",
    "chalk": "4.1.2",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.6.0",
    "fast-json-stable-stringify": "2.1.0",
    "graceful-fs": "4.2.8",
    "is-interactive": "1.0.0",
    "log-symbols": "4.1.0",
    "magic-string": "0.25.7",
    "strip-ansi": "6.0.0",
    "wcwidth": "1.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nestjs/schematics@^7.0.0",
    "name": "@nestjs/schematics",
    "escapedName": "@nestjs%2fschematics",
    "scope": "@nestjs",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-7.3.1.tgz",
  "_shasum": "68b559d2e6a8a9ecf6c984f87eaa7d4e37a910be",
  "_spec": "@nestjs/schematics@^7.0.0",
  "_where": "/home/dev/public_html/trustee-backend",
  "bugs": {
    "url": "https://github.com/nestjs/schematics/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "ThomRick"
    },
    {
      "name": "Kamil Mysliwiec"
    },
    {
      "name": "John Biundo"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "11.2.4",
    "@angular-devkit/schematics": "11.2.4",
    "fs-extra": "9.1.0",
    "jsonc-parser": "3.0.0",
    "pluralize": "8.0.0"
  },
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "@types/fs-extra": "9.0.9",
    "@types/jest": "26.0.21",
    "@types/node": "14.14.36",
    "@typescript-eslint/eslint-plugin": "4.19.0",
    "@typescript-eslint/parser": "4.19.0",
    "cpx": "1.5.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",
    "nyc": "15.1.0",
    "release-it": "^14.2.1",
    "ts-jest": "26.5.4",
    "ts-node": "9.1.1",
    "typescript": "3.9.9"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://github.com/nestjs/schematics#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@nestjs/schematics",
  "nyc": {
    "include": [
      "src"
    ],
    "exclude": [
      "node_modules",
      "test"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "peerDependencies": {
    "typescript": "^3.4.5 || ^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/schematics.git"
  },
  "schematics": "./dist/collection.json",
  "scripts": {
    "build": "rm -rf dist && tsc --project tsconfig.lib.json",
    "clean": "gulp clean:src",
    "copy:collection": "cpx src/collection.json dist && cpx 'src/lib/**/schema.json' dist/lib",
    "copy:lib": "cpx 'src/lib/**/{files,workspace}/**/*.*' dist/lib && cpx 'src/lib/**/{files,workspace}/**/.!(gitignore)' dist/lib",
    "lint": "eslint '{src,test}/**/*.ts' --fix",
    "postbuild": "npm run copy:collection && npm run copy:lib",
    "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",
    "test": "npm run clean && NODE_ENV=test jest -w 1 --no-cache --config jest.json",
    "test:dev": "NODE_ENV=test npm run -s test -- --watchAll"
  },
  "version": "7.3.1"
}
