{
  "name": "nest-commander-schematics",
  "version": "3.1.0",
  "description": "A set of schematics for generating questions and commands with the NestJS CLI.",
  "keywords": [
    "schematics",
    "nest-commander",
    "commander",
    "nest",
    "nestjs",
    "cli",
    "inquirer"
  ],
  "author": "Jay McDoniel <jmcdo29@gmail.com>",
  "license": "MIT",
  "files": [
    "src"
  ],
  "schematics": "./src/collection.json",
  "homepage": "https://nest-commander.jaymcdoniel.dev/docs/schematics/installation/",
  "repository": {
    "type": "github",
    "url": "https://github.com/jmcdo29/nest-commander",
    "directory": "packages/nest-commander-schematics"
  },
  "dependencies": {
    "@angular-devkit/core": "19.0.1",
    "@angular-devkit/schematics": "19.0.1",
    "rxjs": "7.8.1",
    "@nestjs/schematics": "11.0.0",
    "typescript": "5.7.2"
  },
  "types": "./src/collection.json.d.ts",
  "main": "./src/collection.json.js",
  "type": "commonjs",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "./tools/schematics-postbuild",
    "test": "jest"
  }
}