34 lines
687 B
JSON
34 lines
687 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": "./index.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|