{
  "name": "scaffold-angular",
  "version": "0.0.16",
  "description": "A comprehensive package that sets up a complete Angular application development environment including ESLint, Prettier, Stylelint, Husky, and Lint-Staged for linting, code formatting, and standardized code quality.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EPAM-JS-Competency-center/angular-scaffold.git"
  },
  "homepage": "https://github.com/EPAM-JS-Competency-center/angular-scaffold#readme",
  "bugs": "https://github.com/EPAM-JS-Competency-center/angular-scaffold/issues",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "jest",
    "prerelease": "jest",
    "release": "standard-version"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || ^24.0.0"
  },
  "bin": {
    "scaffold-angular": "index.js"
  },
  "author": {
    "name": "Sergey Gultyayev",
    "email": "gultyayev.sergey@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "ora": "^9.0.0",
    "shelljs": "^0.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.3",
    "@types/shelljs": "^0.10.0",
    "babel-jest": "^30.2.0",
    "jest": "^30.2.0",
    "lefthook": "^2.0.11",
    "prettier": "^3.7.4",
    "standard-version": "^9.5.0"
  },
  "keywords": [
    "angular",
    "eslint",
    "prettier",
    "stylelint",
    "husky",
    "lint-staged",
    "linting",
    "code formatting",
    "code quality",
    "code standards",
    "pre-commit hooks",
    "git hooks",
    "project setup"
  ]
}
