UNPKG

@nestjs-mod/schematics

Version:

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

51 lines (50 loc) 1.2 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.13.2", "keywords": [ "nestjs", "nestjs-mod", "schematics", "scaffolding", "nx", "generator" ], "license": "MIT", "author": "EndyKaufman <admin@site15.ru>", "engines": { "node": ">=14", "npm": ">=6" }, "publishConfig": { "access": "public" }, "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": "20.3.0", "@nx/js": "20.3.0", "@nx/devkit": "20.3.0", "@nx/node": "20.3.0", "case-anything": "2.1.13", "typescript": "5.6.3" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "types": "./src/index.d.ts" }