{
  "_from": "@nestjs/schematics@^10.2.3",
  "_id": "@nestjs/schematics@10.2.3",
  "_inBundle": false,
  "_integrity": "sha512-4e8gxaCk7DhBxVUly2PjYL4xC2ifDFexCqq1/u4TtivLGXotVk0wHdYuPYe1tHTHuR1lsOkRbfOCpkdTnigLVg==",
  "_location": "/@nestjs/schematics",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nestjs/schematics@^10.2.3",
    "name": "@nestjs/schematics",
    "escapedName": "@nestjs%2fschematics",
    "scope": "@nestjs",
    "rawSpec": "^10.2.3",
    "saveSpec": null,
    "fetchSpec": "^10.2.3"
  },
  "_requiredBy": [
    "#DEV:/",
    "/@nestjs/cli"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-10.2.3.tgz",
  "_shasum": "6053f43c5065b9e825cd08c4db1bf6bcbc9a6a62",
  "_spec": "@nestjs/schematics@^10.2.3",
  "_where": "/home/kattop/public_html/rafique/api",
  "bugs": {
    "url": "https://github.com/nestjs/schematics/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "ThomRick"
    },
    {
      "name": "Kamil Mysliwiec"
    },
    {
      "name": "John Biundo"
    }
  ],
  "dependencies": {
    "@angular-devkit/core": "17.3.11",
    "@angular-devkit/schematics": "17.3.11",
    "comment-json": "4.2.5",
    "jsonc-parser": "3.3.1",
    "pluralize": "8.0.0"
  },
  "deprecated": false,
  "description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
  "devDependencies": {
    "@commitlint/cli": "19.5.0",
    "@commitlint/config-angular": "19.5.0",
    "@types/jest": "29.5.14",
    "@types/node": "20.17.1",
    "@typescript-eslint/eslint-plugin": "8.11.0",
    "@typescript-eslint/parser": "8.11.0",
    "cpx2": "8.0.0",
    "eslint": "9.13.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.31.0",
    "gulp": "5.0.0",
    "gulp-clean": "0.4.0",
    "husky": "9.1.6",
    "jest": "29.7.0",
    "nyc": "17.1.0",
    "release-it": "17.10.0",
    "ts-jest": "29.2.5",
    "ts-node": "10.9.2",
    "typescript": "5.6.3"
  },
  "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 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": "10.2.3"
}
