{
  "name": "jira-extension-script",
  "version": "1.0.43",
  "description": "jira browser script",
  "author": "余聪 <yucong@fenbi.com>",
  "scripts": {
    "test:watch": "npm test -- --watch",
    "build": "npm run clean && NODE_ENV=production webpack",
    "webpack": "webpack serve --disable-host-check",
    "dev": "TSC_OPTIONS=\"--watch\" npm run build",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build",
    "postpublish": "git push origin --tag $(git rev-parse --abbrev-ref HEAD)",
    "version": "npm run changelog",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "余聪",
    "jira",
    "extension",
    "script",
    "jira-extension-script"
  ],
  "main": "dist",
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "license": "MIT",
  "repository": "余聪/jira-extension-script",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.12.13",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/react": "^17.0.1",
    "babel-loader": "^8.2.2",
    "babel-plugin-import": "^1.13.3",
    "conventional-changelog-cli": "^2.1.1",
    "css-loader": "^5.0.2",
    "husky": "^5.0.9",
    "mini-css-extract-plugin": "^1.3.6",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.2",
    "sass": "^1.32.6",
    "sass-loader": "^11.0.1",
    "typescript": "^4.1.3",
    "webpack": "^5.21.2",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2"
  },
  "dependencies": {
    "@emotion/css": "^11.1.3",
    "@moyuyc/visit-tree": "^4.0.2",
    "@rcp/use.uncontrolled": "^2.1.0",
    "@rcp/util.open": "^1.0.2",
    "antd": "^4.12.2",
    "axios": "^0.21.1",
    "copy-text-to-clipboard": "^3.0.1",
    "domify": "^1.4.1",
    "github-markdown-css": "^4.0.0",
    "hotkey-chain": "^1.0.0",
    "interval-check": "^1.0.2",
    "is-hotkey": "^0.2.0",
    "js-cookie": "^2.2.1",
    "lazy-value": "^3.0.0",
    "lodash.get": "^4.4.2",
    "lodash.groupby": "^4.6.0",
    "lodash.isequal": "^4.5.0",
    "lodash.merge": "^4.6.2",
    "lodash.uniq": "^4.5.0",
    "lodash.uniqby": "^4.7.0",
    "marked": "^2.0.0",
    "memoize-fn": "^2.0.1",
    "min-qs": "^1.4.0",
    "min-util": "^3.6.1",
    "omit-nil": "^1.0.2",
    "prefix-classname": "^1.0.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-pizza": "^0.1.3",
    "remark": "^13.0.0",
    "remark-html": "^13.0.1",
    "remark-parse": "^9.0.0"
  }
}
