@nx/workspace
Version:
59 lines • 1.35 kB
JSON
{
"name": "@nx/workspace",
"version": "22.0.2",
"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",
"generators": "./generators.json",
"executors": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json",
"packageGroup": {
"nx-cloud": "latest",
"nx": "*"
}
},
"dependencies": {
"@nx/devkit": "22.0.2",
"@zkochan/js-yaml": "0.0.7",
"chalk": "^4.1.0",
"enquirer": "~2.3.6",
"picomatch": "4.0.2",
"semver": "^7.6.3",
"tslib": "^2.3.0",
"yargs-parser": "21.1.1",
"nx": "22.0.2"
},
"devDependencies": {
"nx": "22.0.2"
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"type": "commonjs"
}