{ "name": "@nx/node", "version": "0.0.1", "private": false, "type": "commonjs", "files": [ "dist", "!dist/tsconfig.tsbuildinfo", "migrations.json", "generators.json" ], "description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/node" }, "keywords": [ "Monorepo", "Node", "Nest", "Jest", "Cypress", "CLI", "Backend" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "utils": [ "dist/utils.d.ts" ], "internal": [ "dist/internal.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", "supportsOptionalMigrations": true }, "exports": { ".": { "@nx/nx-source": "./index.ts", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json", "./migrations.json": "./migrations.json", "./generators.json": "./generators.json", "./utils": { "@nx/nx-source": "./utils.ts", "types": "./dist/utils.d.ts", "default": "./dist/utils.js" }, "./internal": { "@nx/nx-source": "./internal.ts", "types": "./dist/internal.d.ts", "default": "./dist/internal.js" } }, "dependencies": { "tslib": "catalog:typescript", "@nx/devkit": "workspace:*", "@nx/jest": "workspace:*", "@nx/js": "workspace:*", "@nx/eslint": "workspace:*", "@nx/docker": "workspace:*", "semver": "catalog:", "tcp-port-used": "^1.0.2", "kill-port": "^1.6.1" }, "devDependencies": { "nx": "workspace:*", "@nx/webpack": "workspace:*" }, "peerDependencies": { "express": ">=4.0.0 <6.0.0", "koa": ">=2.0.0 <4.0.0", "fastify": ">=4.0.0 <6.0.0" }, "peerDependenciesMeta": { "express": { "optional": true }, "koa": { "optional": true }, "fastify": { "optional": true } }, "publishConfig": { "access": "public" } }