{
  "name": "zustand-utils",
  "version": "1.0.0",
  "description": "some utils for zustand",
  "keywords": [
    "zustand"
  ],
  "homepage": "https://github.com/arvinxx/zustand-utils",
  "bugs": {
    "url": "https://github.com/arvinxx/zustand-utils/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arvinxx/zustand-utils.git"
  },
  "license": "MIT",
  "author": "arvinxx(arvinx@foxmail.com)",
  "sideEffects": false,
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "ci": "npm run lint && npm run type-check && npm run doctor",
    "clean": "rm -rf es lib dist coverage .dumi/tmp .eslintcache",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "doctor": "father doctor",
    "lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "prepare": "husky install && npm run setup",
    "prepublishOnly": "father doctor && npm run build",
    "prettier": "prettier -c --write \"**/**\"",
    "release": "semantic-release",
    "setup": "dumi setup",
    "start": "dumi dev",
    "test": "jest --passWithNoTests",
    "test:coverage": "jest --coverage  --passWithNoTests",
    "test:update": "jest --update-snapshot",
    "type-check": "tsc -p tsconfig-check.json"
  },
  "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": {
    "@babel/runtime": "^7"
  },
  "devDependencies": {
    "@commitlint/cli": "^17",
    "@testing-library/jest-dom": "^5",
    "@testing-library/react": "^13",
    "@types/jest": "^27",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/testing-library__jest-dom": "^5",
    "@umijs/lint": "^4",
    "@umijs/test": "^4",
    "antd": "^5",
    "commitlint": "^17",
    "commitlint-config-gitmoji": "^2",
    "concurrently": "^7",
    "cross-env": "^7",
    "dumi": "^2",
    "eslint": "^8",
    "eslint-import-resolver-alias": "^1",
    "eslint-import-resolver-typescript": "^2",
    "father": "^4",
    "husky": "^8",
    "jest": "^29",
    "jest-environment-jsdom": "^29",
    "lint-staged": "^13",
    "prettier": "^2",
    "prettier-plugin-organize-imports": "^3",
    "prettier-plugin-packagejson": "^2",
    "react": "^18",
    "react-dom": "^18",
    "semantic-release": "^20",
    "semantic-release-config-gitmoji": "^1",
    "stylelint": "^14",
    "ts-jest": "^29",
    "ts-node": "^10",
    "typescript": "^4",
    "zustand": "^4"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "zustand": ">=4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
