{
  "name": "@angular-extensions/schematics",
  "version": "6.0.1",
  "description": "Angular Extensions schematics collection",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine **/*_spec.js",
    "format": "prettier src/**/*.{ts,json,md} --write",
    "format:test": "prettier src/**/*.{ts,json,md} --list-different",
    "release": "npm run format && npm run build && standard-version && git push --follow-tags origin master && npm publish --access public"
  },
  "keywords": [
    "schematics",
    "angular"
  ],
  "author": "Tomas Trajan <tomas.trajan@gmail.com>",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^0.8.2",
    "@angular-devkit/schematics": "^0.8.2",
    "@schematics/angular": "^0.8.2",
    "@types/jasmine": "^2.8.0",
    "@types/node": "^8.0.31",
    "jasmine": "^2.8.0",
    "typescript": "^2.9.0"
  },
  "devDependencies": {
    "@angular/core": "^6.0.0",
    "ngx-model": "^6.0.0",
    "prettier": "^1.14.3",
    "rxjs": "^6.0.0",
    "standard-version": "^4.3.0"
  },
  "peerDependencies": {
    "ngx-model": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular-extensions/schematics.git"
  },
  "bugs": {
    "url": "https://github.com/angular-extensions/schematics/issues"
  },
  "homepage": "https://github.com/angular-extensions/schematics#readme"
}
