{
  "name": "@rucken/schematics",
  "version": "4.1.6",
  "engines": {
    "node": ">=11",
    "npm": ">=6.5.0"
  },
  "license": "MIT",
  "author": "EndyKaufman <admin@site15.ru>",
  "description": "A schematics collections for generate source files for Angular7+ application based on Rucken template",
  "bugs": {
    "url": "https://github.com/rucken/schematics/issues"
  },
  "homepage": "https://github.com/rucken/schematics",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rucken/schematics.git"
  },
  "scripts": {
    "build:tsc": "tsc -p tsconfig.json",
    "build": "run-s build:tsc",
    "create-fixtures": "sh ./scripts/create-fixtures.sh",
    "build-fixtures": "sh ./scripts/build-fixtures.sh",
    "test": "run-s build:tsc create-fixtures",
    "schematics": "./node_modules/.bin/schematics --dry-run=false --force"
  },
  "keywords": [
    "schematics",
    "nx",
    "workspace",
    "ngx",
    "angular7",
    "nestjs",
    "ionic",
    "bootstrap",
    "admin",
    "ui",
    "backend",
    "mobile",
    "frontend",
    "application",
    "boilerplate",
    "seed",
    "i18n",
    "ssr"
  ],
  "maintainers": [
    {
      "name": "EndyKaufman",
      "email": "admin@site15.ru"
    }
  ],
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "7.3.9",
    "@angular-devkit/schematics": "7.3.9",
    "@angular/animations": "7.2.15",
    "@angular/common": "7.2.15",
    "@angular/compiler": "7.2.15",
    "@angular/core": "7.2.15",
    "@angular/forms": "7.2.15",
    "@angular/platform-browser": "7.2.15",
    "@angular/platform-browser-dynamic": "7.2.15",
    "@angular/router": "7.2.15",
    "@nrwl/nx": "7.8.5",
    "@nrwl/schematics": "7.8.5",
    "@schematics/angular": "^7.3.9",
    "@types/dot-object": "1.7.0",
    "@types/inflection": "1.5.28",
    "app-root-path": "2.2.1",
    "core-js": "2.6.4",
    "dot-object": "1.7.1",
    "fs-extra": "7.0.1",
    "git-user-email": "^0.2.2",
    "git-username": "^1.0.0",
    "inflection": "1.12.0",
    "prettier": "1.17.0",
    "rxjs": "6.5.2",
    "ts-loader": "6.0.0",
    "ts-morph": "2.1.0",
    "zone.js": "0.9.1",
    "latest-semver": "2.0.0"
  },
  "devDependencies": {
    "@angular-devkit/architect": "0.13.9",
    "@angular-devkit/build-angular": "0.13.9",
    "@angular-devkit/build-ng-packagr": "0.13.9",
    "@angular-devkit/core": "7.3.9",
    "@angular-devkit/schematics": "7.3.9",
    "@angular-devkit/schematics-cli": "0.13.9",
    "@angular/cli": "7.3.9",
    "@angular/compiler-cli": "7.2.15",
    "@angular/language-service": "7.2.15",
    "@ngrx/store-devtools": "7.4.0",
    "@nrwl/builders": "7.8.5",
    "@nrwl/schematics": "7.8.5",
    "@types/jasmine": "3.3.12",
    "@types/jasminewd2": "2.0.6",
    "@types/node": "12.0.0",
    "codelyzer": "5.0.1",
    "conventional-changelog-cli": "2.0.21",
    "conventional-commits-detector": "1.0.2",
    "conventional-recommended-bump": "5.0.0",
    "cp-cli": "2.0.0",
    "del-cli": "1.1.0",
    "jasmine": "3.4.0",
    "jasmine-core": "3.4.0",
    "jasmine-marbles": "0.5.0",
    "jasmine-spec-reporter": "4.2.1",
    "karma": "4.1.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-coverage-istanbul-reporter": "2.0.5",
    "karma-jasmine": "2.0.1",
    "karma-jasmine-html-reporter": "1.4.2",
    "ng-packagr": "5.1.0",
    "ngrx-store-freeze": "0.2.4",
    "npm-run-all": "4.1.5",
    "prettier": "1.17.0",
    "protractor": "5.4.2",
    "ts-node": "8.1.0",
    "tsickle": "0.35.0",
    "tslint": "5.16.0",
    "typescript": "3.2.4"
  },
  "greenkeeper": {
    "ignore": [
      "typescript"
    ]
  }
}
