{
  "name": "@gkalpak/ng-maintain",
  "version": "0.0.13",
  "description": "A collection of command-line utilities to help maintain (AngularJS-related) GitHub repositories.",
  "keywords": [
    "Private",
    "Utility",
    "AngularJS"
  ],
  "scripts": {
    "lint": "eslint .",
    "prerelease": "npm test",
    "release": "gkcu-run \"npm version \\${*:patch}\"",
    "postrelease": "npm publish",
    "pretest": "npm run lint",
    "test": "npm run test-unit && npm run test-e2e",
    "test-e2e": "node scripts/run-tests --type=e2e",
    "test-unit": "node scripts/run-tests --type=unit",
    "test-watch": "npm run test-unit -- --watch",
    "postversion": "git push && git push --tags"
  },
  "bin": {
    "ngm-cla-check": "node_modules/@gkalpak/ng-cla-check/index.js",
    "ngm-diff-wh": "index-diff-wh.js",
    "ngm-diff-wh2": "index-diff-wh2.js",
    "ngm-pr-merge": "node_modules/@gkalpak/ng-pr-merge/index.js"
  },
  "license": "Unlicense",
  "author": "gkalpak <kalpakas.g@gmail.com>",
  "homepage": "https://github.com/gkalpak/ng-maintain#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkalpak/ng-maintain.git"
  },
  "dependencies": {
    "@gkalpak/ng-cla-check": "^0.2.4",
    "@gkalpak/ng-maintain-utils": "^0.1.3",
    "@gkalpak/ng-pr-merge": "0.0.36"
  },
  "devDependencies": {
    "@gkalpak/cli-utils": "^0.1.10",
    "eslint": "^7.31.0",
    "eslint-plugin-jasmine": "^4.1.2",
    "jasmine": "^3.8.0"
  }
}
