{
  "_from": "@nestjs/schematics@^11.0.0",
  "_id": "@nestjs/schematics@11.0.9",
  "_inBundle": false,
  "_integrity": "sha512-0NfPbPlEaGwIT8/TCThxLzrlz3yzDNkfRNpbL7FiplKq3w4qXpJg0JYwqgMEJnLQZm3L/L/5XjoyfJHUO3qX9g==",
  "_location": "/@nestjs/schematics",
  "_phantomChildren": {
    "ajv-formats": "3.0.1",
    "fast-deep-equal": "3.1.3",
    "fast-uri": "3.1.0",
    "jsonc-parser": "3.3.1",
    "magic-string": "0.30.17",
    "ora": "5.4.1",
    "picomatch": "4.0.2",
    "require-from-string": "2.0.2",
    "source-map": "0.7.4",
    "tslib": "2.8.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nestjs/schematics@^11.0.0",
    "name": "@nestjs/schematics",
    "escapedName": "@nestjs%2fschematics",
    "scope": "@nestjs",
    "rawSpec": "^11.0.0",
    "saveSpec": null,
    "fetchSpec": "^11.0.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-11.0.9.tgz",
  "_shasum": "18a0d128c609be76410f5c7ea02680c8cd297113",
  "_spec": "@nestjs/schematics@^11.0.0",
  "_where": "/var/www/html",
  "bugs": {
    "url": "https://github.com/nestjs/schematics/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "ThomRick"
    },
    {
      "name": "Kamil Mysliwiec"
    },
    {
      "name": "John Biundo"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "19.2.17",
    "@angular-devkit/schematics": "19.2.17",
    "comment-json": "4.4.1",
    "jsonc-parser": "3.3.1",
    "pluralize": "8.0.0"
  },
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
  "devDependencies": {
    "@commitlint/cli": "20.1.0",
    "@commitlint/config-angular": "20.0.0",
    "@eslint/eslintrc": "3.3.1",
    "@eslint/js": "9.37.0",
    "@types/jest": "30.0.0",
    "@types/node": "22.18.9",
    "@typescript-eslint/eslint-plugin": "8.46.0",
    "@typescript-eslint/parser": "8.46.0",
    "cpx2": "8.0.0",
    "eslint": "9.37.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "16.4.0",
    "gulp": "5.0.1",
    "gulp-clean": "0.4.0",
    "husky": "9.1.7",
    "jest": "30.2.0",
    "nyc": "17.1.0",
    "prettier": "3.6.2",
    "release-it": "19.0.5",
    "ts-jest": "29.4.4",
    "ts-node": "10.9.2",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.15.0"
  },
  "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.8.2"
  },
  "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",
    "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": "11.0.9"
}
