{ "name": "@nx/workspace", "version": "0.0.1", "private": false, "type": "commonjs", "files": [ "dist", "!dist/tsconfig.tsbuildinfo", "migrations.json", "executors.json", "generators.json" ], "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": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "tasks-runners/default": [ "dist/tasks-runners/default.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": "*" }, "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", "./executors.json": "./executors.json", "./tasks-runners/default": { "@nx/nx-source": "./tasks-runners/default.ts", "types": "./dist/tasks-runners/default.d.ts", "default": "./dist/tasks-runners/default.js" }, "./presets/*": { "@nx/nx-source": "./presets/*.json", "default": "./dist/presets/*.json" }, "./presets/*.json": { "@nx/nx-source": "./presets/*.json", "default": "./dist/presets/*.json" } }, "dependencies": { "@nx/devkit": "workspace:*", "@zkochan/js-yaml": "catalog:", "chalk": "catalog:", "enquirer": "catalog:", "picomatch": "catalog:", "semver": "catalog:", "tslib": "catalog:typescript", "yargs-parser": "catalog:" }, "devDependencies": { "nx": "workspace:*" }, "publishConfig": { "access": "public" } }