UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

46 lines 1.06 kB
{ "name": "@nx/nest", "version": "21.3.11", "private": false, "description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/nest" }, "keywords": [ "Monorepo", "Node", "Nest", "Jest", "Cypress", "CLI", "Backend" ], "main": "./index", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "@nestjs/schematics": "^11.0.0", "@nx/devkit": "21.3.11", "@nx/js": "21.3.11", "@nx/eslint": "21.3.11", "@nx/node": "21.3.11", "tslib": "^2.3.0" }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }