{
  "name": "@pbuilder/angular",
  "author": "Hyperxq",
  "version": "0.0.7",
  "description": "A collection of Angular schematics to automate project setup, migrate testing frameworks, and generate scalable architectures with best practices.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hyperxq/Angular-Schematics"
  },
  "private": false,
  "schematics": "./collection.json",
  "dependencies": {
    "@angular-devkit/core": "^17.2.0",
    "@angular-devkit/schematics": "^17.2.0",
    "ansi-colors": "4.1.3",
    "comment-json": "^4.2.5",
    "inquirer": "8.2.6",
    "jsonc-parser": "3.2.1",
    "node-emoji": "2.1.0",
    "ora": "5.4.1",
    "pluralize": "^8.0.0",
    "typescript": "~5.3.2"
  },
  "lint-staged": {
    "*.{ts,js,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}