44 lines
945 B
JSON
44 lines
945 B
JSON
{
|
|
"name": "make-angular-cli-faster",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "Make Angular CLI faster by enabling distributed computation caching",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/make-angular-cli-faster"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"bin": {
|
|
"make-angular-cli-faster": "./src/index.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"dependencies": {
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"enquirer": "^2.3.6",
|
|
"nx": "file:../nx",
|
|
"semver": "7.3.4",
|
|
"tmp": "~0.2.1",
|
|
"yargs": "^17.4.0",
|
|
"yargs-parser": "21.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|