{
  "name": "@lehoczky/angular-schematics",
  "version": "0.1.2",
  "description": "Opinionated schematics for setting up Angular workspaces",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "prettier src/** --check --ignore-path ./.gitignore",
    "test": "npm run build && jasmine src/**/*.spec.js"
  },
  "license": "MIT",
  "schematics": "./src/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "dependencies": {
    "@angular-devkit/core": "^13.1.4",
    "@angular-devkit/schematics": "^13.1.4",
    "@angular-eslint/schematics": "^13.0.1",
    "axios": "^0.25.0",
    "ignore-walk": "^4.0.1",
    "prettier": "^2.5.1",
    "typescript": "~4.5.2"
  },
  "devDependencies": {
    "@types/ignore-walk": "^4.0.0",
    "@types/jasmine": "~3.10.0",
    "@types/node": "^12.11.1",
    "@types/prettier": "^2.4.3",
    "jasmine": "^3.5.0"
  },
  "keywords": [
    "angular",
    "schematics"
  ],
  "author": {
    "name": "Zoltan Lehoczky",
    "email": "ifjlehoczkyzoltan@gmail.com",
    "url": "https://github.com/Lehoczky"
  },
  "homepage": "https://github.com/Lehoczky/angular-schematics",
  "repository": {
    "url": "https://github.com/Lehoczky/angular-schematics.git",
    "type": "git"
  }
}
