{
  "name": "@bb-cli/bb-ang",
  "description": "Extending angular cli",
  "version": "6.0.6",
  "main": "dist/index.js",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "bb-ang": "bin.js"
  },
  "builders": "builders.json",
  "private": false,
  "preferGlobal": true,
  "dependencies": {
    "@angular-devkit/build-webpack": ">=0.1202.10 <0.1300.0",
    "@angular-devkit/core": "^12.2.10",
    "@bb-cli/base": "^2.4.1",
    "@bb-cli/bb-config": "^2.2.0",
    "@bb-cli/catalog-model": "^1.2.4",
    "@bb-cli/lib-find-backbase-items": "^1.3.0",
    "@bb-cli/lib-package": "^1.2.0",
    "dependency-cruiser": "^9.21.4",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.6",
    "istanbul-api": "^2.0.6",
    "istanbul-lib-coverage": "^2.0.1",
    "lighthouse": "^5.6.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.startcase": "^4.4.0",
    "lodash.upperfirst": "^4.3.1",
    "ng-packagr": "^12.2.3",
    "parse5": "^5.1.1",
    "ramda": "^0.25.0",
    "replace-in-file": "^3.4.0",
    "rimraf": "^2.6.2",
    "rxjs": "~6.6.3",
    "ts-morph": "^11.0.0",
    "webpack": "5.58.2",
    "webpack-dev-server": "^3.11.1",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "@angular-devkit/architect": ">=0.1202.10 <0.1300.0",
    "@angular-devkit/build-angular": "^12.2.10",
    "@angular/cli": "^12.2.10",
    "@angular/compiler": "^12.2.10",
    "@angular/compiler-cli": "^12.2.10",
    "@angular/core": "^12.2.10",
    "@microsoft/api-extractor": "^7.9.15",
    "@types/blue-tape": "^0.1.33",
    "@types/fs-extra": "^7.0.0",
    "@types/glob": "^7.0.0",
    "@types/istanbul-lib-coverage": "^2.0.1",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/lodash.startcase": "^4.4.6",
    "@types/parse5": "^5.0.2",
    "@types/ramda": "^0.25.24",
    "@types/rimraf": "^2.0.3",
    "prettier": "2.0.5",
    "tslib": "^2.3.1",
    "typescript": "~4.3.5",
    "zone.js": "~0.11.4"
  },
  "engines": {
    "node": "^12.16.1 || >=14.17.2",
    "npm": ">=6.14.13"
  },
  "peerDependencies": {
    "@angular-devkit/architect": ">=0.1202.10 <0.1300.0",
    "@microsoft/api-extractor": "^7.9.15",
    "tslib": "^2.3.1"
  },
  "scripts": {
    "format": "npx prettier  'src/**/*.ts' --write"
  }
}
