{
  "scripts": {
    "commit": "commit",
    "format": "prettier --loglevel error --ignore-path .gitignore --write .",
    "format:check": "prettier --ignore-path .gitignore --check .",
    "lint": "turbo run lint",
    "lint:fix": "turbo run lint:fix",
    "generate": "generate && {commandType} format",
    "start": "turbo run start --parallel",
    "test": "turbo run test",
    "test:watch": "turbo run test:watch",
    "e2e": "turbo run e2e"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.1",
    "@commitlint/config-angular": "^16.2.1",
    "@commitlint/prompt-cli": "^16.2.1",
    "@xt-pagesource/generate-plop": "^1.4.0",
    "husky": "^4.3.8",
    "ts-jest": "^27.1.3",
    "prettier": "^2.5.1",
    "webpack": "^5.70.0"
  }
}
