mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@nx/workspace",
|
|
"version": "22.7.5",
|
|
"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",
|
|
"type": "commonjs",
|
|
"types": "./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.7.5",
|
|
"@zkochan/js-yaml": "0.0.7",
|
|
"chalk": "^4.1.0",
|
|
"enquirer": "~2.3.6",
|
|
"picomatch": "4.0.4",
|
|
"semver": "^7.6.3",
|
|
"tslib": "^2.3.0",
|
|
"yargs-parser": "21.1.1",
|
|
"nx": "22.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"nx": "22.7.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |