{
  "name": "@rc-component/father-plugin",
  "version": "2.2.0",
  "description": "The father plugin for all react-component projects",
  "keywords": [],
  "repository": "https://github.com/react-component/father-plugin.git",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build",
    "dev": "father dev",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "prepare": "husky install",
    "prepublishOnly": "father doctor && npm run build"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "fs-extra": "^11.3.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/eslint": "^8.56.12",
    "@types/fs-extra": "^11.0.4",
    "@umijs/lint": "^4",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18"
  },
  "peerDependencies": {
    "father": "^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "PeachScript <scdzwyxst@gmail.com>"
  ]
}
