{
  "name": "@kartjim/chook",
  "version": "0.2.9",
  "description": "reack hook library",
  "license": "MIT",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/can-dy-jack/chook.git"
  },
  "homepage": "https://kartjim.cn/chook",
  "keywords": [
    "react-hooks",
    "chook"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "doctor": "father doctor",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "father doctor && npm run build",
    "start": "npm run dev",
    "test": "jest",
    "dp": "pnpm docs:build && gh-pages -d docs-dist"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "core-js": "^3.26.1",
    "postcss": "8.4.6",
    "rollup": "2.0.0",
    "typescript": "4.7.2",
    "webpack": "5.20.0"
  },
  "devDependencies": {
    "@babel/core": "7.13.0",
    "@babel/preset-env": "^7.20.2",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.2.3",
    "@types/react": "^18.0.25",
    "@umijs/lint": "^4.0.0",
    "babel-jest": "^29.3.1",
    "dumi": "^2.0.0-rc.0",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "gh-pages": "^4.0.0",
    "husky": "^8.0.1",
    "jest": "^29.3.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "stylelint": "^14.9.1"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "can-dy-jack"
  ]
}
