UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

102 lines (101 loc) 2.57 kB
{ "name": "@nrwl/workspace", "version": "15.8.7", "private": false, "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/workspace" }, "keywords": [ "Monorepo", "Angular", "React", "Web", "Node", "Nest", "Jest", "Cypress", "CLI" ], "main": "./index.js", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "schematics": "./generators.json", "builders": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json", "packageGroup": { "@nrwl/js": "15.8.7", "@nrwl/jest": "15.8.7", "@nrwl/linter": "15.8.7", "@nrwl/angular": "15.8.7", "@nrwl/cli": "15.8.7", "@nrwl/cypress": "15.8.7", "@nrwl/detox": "15.8.7", "@nrwl/devkit": "15.8.7", "@nrwl/esbuild": "15.8.7", "@nrwl/eslint-plugin-nx": "15.8.7", "@nrwl/expo": "15.8.7", "@nrwl/express": "15.8.7", "@nrwl/nest": "15.8.7", "@nrwl/next": "15.8.7", "@nrwl/node": "15.8.7", "@nrwl/nx-cloud": "latest", "@nrwl/nx-plugin": "15.8.7", "@nrwl/react-native": "15.8.7", "@nrwl/react": "15.8.7", "@nrwl/rollup": "15.8.7", "@nrwl/storybook": "15.8.7", "@nrwl/tao": "15.8.7", "@nrwl/vite": "15.8.7", "@nrwl/web": "15.8.7", "@nrwl/webpack": "15.8.7", "nx": "15.8.7" } }, "peerDependencies": { "prettier": "^2.6.2" }, "peerDependenciesMeta": { "prettier": { "optional": true } }, "dependencies": { "@nrwl/devkit": "15.8.7", "@nrwl/linter": "15.8.7", "@parcel/watcher": "2.0.4", "chalk": "^4.1.0", "chokidar": "^3.5.1", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "dotenv": "~10.0.0", "figures": "3.2.0", "flat": "^5.0.2", "glob": "7.1.4", "ignore": "^5.0.4", "minimatch": "3.0.5", "npm-run-path": "^4.0.1", "nx": "15.8.7", "open": "^8.4.0", "rxjs": "^6.5.4", "semver": "7.3.4", "tmp": "~0.2.1", "tslib": "^2.3.0", "yargs": "^17.6.2", "yargs-parser": "21.1.1" }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "gitHead": "f300d356c11fb8eaffe44b1839c4dac4b7df1ff1" }