{
  "name": "babel-plugin-number-calc-autorepair",
  "version": "1.1.2",
  "description": "auto repair number calculate",
  "homepage": "https://github.com/borenXue/babel-plugin-number-calc-autorepair#readme",
  "bugs": {
    "url": "https://github.com/borenXue/babel-plugin-number-calc-autorepair/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/borenXue/babel-plugin-number-calc-autorepair.git"
  },
  "license": "ISC",
  "author": "borenXue <boren.xue@gmail.com> (http://www.xueboren.com)",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && babel src/index.js src/number-acc.js -d dist",
    "semantic-release": "semantic-release",
    "test": "echo \"Error: no test specified\""
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "**/*": [
      "eclint fix --block_comment_start '/**' --block_comment_end '*/'",
      "git add",
      "eclint check --block_comment_start '/**' --block_comment_end '*/'"
    ],
    "package.json": [
      "sort-package-json",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@babel/generator": "^7.12.11",
    "@babel/helper-module-imports": "^7.12.5",
    "@babel/helper-plugin-utils": "^7.10.4",
    "xtools_js": "1.4.20"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@semantic-release/git": "^9.0.0",
    "cz-conventional-changelog": "^3.3.0",
    "eclint": "^2.8.1",
    "husky": "^4.3.6",
    "lint-staged": "^10.5.3",
    "npm-run-all": "^4.1.5",
    "semantic-release": "^17.3.1",
    "sort-package-json": "^1.48.0"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "angular",
          "parserOpts": {
            "noteKeywords": [
              "BREAKING CHANGE",
              "BREAKING CHANGES"
            ]
          },
          "releaseRules": [
            {
              "type": "feat",
              "release": "minor"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "style",
              "release": "patch"
            },
            {
              "type": "refactor",
              "scope": "src",
              "release": "major"
            },
            {
              "type": "perf",
              "release": "minor"
            },
            {
              "type": "test",
              "release": "patch"
            },
            {
              "type": "build",
              "release": "patch"
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "angular",
          "parserOpts": {
            "noteKeywords": [
              "BREAKING CHANGE",
              "BREAKING CHANGES"
            ]
          },
          "writerOpts": {
            "commitsSort": [
              "scope",
              "subject"
            ]
          }
        }
      ],
      [
        "@semantic-release/npm",
        {
          "npmPublish": true
        }
      ],
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json",
            "package-lock.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ]
  }
}
