{
  "_args": [
    [
      "@nestjs/schematics@9.0.4",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "@nestjs/schematics@9.0.4",
  "_id": "@nestjs/schematics@9.0.4",
  "_inBundle": false,
  "_integrity": "sha512-egurCfAc4e5i1r2TmeAF0UrOKejFmT5oTdv4b7HcOVPupc3QGU7CbEfGleL3mkM5AjrixTQeMxU9bJ00ttAbGg==",
  "_location": "/@nestjs/schematics",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/schematics@9.0.4",
    "name": "@nestjs/schematics",
    "escapedName": "@nestjs%2fschematics",
    "scope": "@nestjs",
    "rawSpec": "9.0.4",
    "saveSpec": null,
    "fetchSpec": "9.0.4"
  },
  "_requiredBy": [
    "#DEV:/",
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmmirror.com/@nestjs/schematics/-/schematics-9.0.4.tgz",
  "_spec": "9.0.4",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "bugs": {
    "url": "https://github.com/nestjs/schematics/issues"
  },
  "contributors": [
    {
      "name": "ThomRick"
    },
    {
      "name": "Kamil Mysliwiec"
    },
    {
      "name": "John Biundo"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "15.0.4",
    "@angular-devkit/schematics": "15.0.4",
    "fs-extra": "11.1.0",
    "jsonc-parser": "3.2.0",
    "pluralize": "8.0.0"
  },
  "description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
  "devDependencies": {
    "@commitlint/cli": "17.3.0",
    "@commitlint/config-angular": "17.3.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "29.2.4",
    "@types/node": "18.11.18",
    "@typescript-eslint/eslint-plugin": "5.47.1",
    "@typescript-eslint/parser": "5.47.1",
    "cpx": "1.5.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",
    "nyc": "15.1.0",
    "release-it": "15.5.1",
    "ts-jest": "29.0.3",
    "ts-node": "10.9.1",
    "typescript": "4.9.4"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://github.com/nestjs/schematics#readme",
  "license": "MIT",
  "lint-staged": {
    "**/*.{ts,json}": []
  },
  "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": "^4.3.5"
  },
  "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",
    "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",
    "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": "9.0.4"
}
