nx/packages/workspace/package.json
2020-07-16 13:51:25 -04:00

74 lines
1.5 KiB
JSON

{
"name": "@nrwl/workspace",
"version": "0.0.1",
"description": "Extensible Dev Tools for Monorepos",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"main": "index.js",
"types": "index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./collection.json",
"builders": "./builders.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json",
"packageGroup": [
"@nrwl/workspace",
"@nrwl/angular",
"@nrwl/bazel",
"@nrwl/cypress",
"@nrwl/eslint-plugin-nx",
"@nrwl/express",
"@nrwl/jest",
"@nrwl/linter",
"@nrwl/nest",
"@nrwl/next",
"@nrwl/node",
"@nrwl/nx-plugin",
"@nrwl/react",
"@nrwl/storybook",
"@nrwl/web"
]
},
"peerDependencies": {
"prettier": "^2.0.4"
},
"dependencies": {
"@angular-devkit/core": "~10.0.0",
"@angular-devkit/schematics": "~10.0.0",
"cosmiconfig": "4.0.0",
"fs-extra": "6.0.0",
"dotenv": "8.2.0",
"ignore": "5.0.4",
"npm-run-all": "4.1.5",
"opn": "^5.3.0",
"rxjs": "^6.5.4",
"semver": "5.4.1",
"strip-json-comments": "2.0.1",
"tmp": "0.0.33",
"yargs-parser": "10.0.0",
"yargs": "^11.0.0",
"chalk": "2.4.2",
"@nrwl/cli": "*",
"axios": "0.19.2"
}
}