UNPKG

@nestjs-mod/schematics

Version:

The Nx Plugin for NestJS that contains executors and generators for allowing your workspace to create NestJS-mod applications

52 lines (51 loc) 1.22 kB
{ "name": "@nestjs-mod/schematics", "description": "The Nx Plugin for NestJS that contains executors and generators for allowing your workspace to create NestJS-mod applications", "version": "2.14.1", "keywords": [ "nestjs", "nestjs-mod", "schematics", "scaffolding", "nx", "generator" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public", "provenance": true }, "bugs": { "url": "https://github.com/nestjs-mod/nestjs-mod/issues" }, "homepage": "https://github.com/nestjs-mod/nestjs-mod", "repository": { "type": "git", "url": "git+https://github.com/nestjs-mod/nestjs-mod.git" }, "maintainers": [ { "name": "EndyKaufman", "email": "admin@site15.ru" } ], "generators": "./generators.json", "dependencies": { "tslib": "^2.3.0", "@nx/eslint": "^22.6.5", "@nx/js": "^22.6.5", "@nx/devkit": "22.7.2", "@nx/node": "^22.6.5", "case-anything": "2.1.13", "typescript": "5.9.3" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "types": "./src/index.d.ts" }