{
  "name": "@cainiaofe/cn-ui-utils",
  "version": "2.0.0",
  "description": "菜鸟组件沉淀的基础 utils 工具",
  "main": "lib/index.js",
  "module": "es/index.js",
  "browser": "es/index.js",
  "types": "es/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.alibaba-inc.com/cone-components/cn-utils.git"
  },
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "bash ./build.sh",
    "prepare": "husky install && ts-patch install",
    "pre-commit": "lint-staged",
    "prepublishOnly": "npm run build",
    "commit-msg": "commitlint --edit",
    "pub": "npm publish --registry=https://registry.npmjs.org --access=public && tnpm sync @cainiaofe/cn-ui-utils"
  },
  "lint-staged": {
    "*.{json,md}": [
      "prettier --write --ignore-unknown"
    ],
    "*.{js,jsx,ts,tsx}": [
      "eslint",
      "prettier --write --ignore-unknown"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "files": [
    "es",
    "lib"
  ],
  "keywords": [
    "cainiao",
    "react",
    "component"
  ],
  "devDependencies": {
    "@commitlint/cli": "^14.1.0",
    "@commitlint/config-conventional": "^14.1.0",
    "@types/events": "^3.0.0",
    "@types/jest": "^28.1.7",
    "@types/lodash": "^4.14.185",
    "@types/react": "16",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "eslint": "^8.22.0",
    "eslint-config-ali": "^14.0.1",
    "eslint-import-resolver-typescript": "^3.4.1",
    "eslint-plugin-import": "^2.26.0",
    "husky": "^7.0.4",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "lint-staged": "^12.0.2",
    "prettier": "^2.4.1",
    "react": "16",
    "ts-jest": "^28.0.8",
    "ts-loader": "^8.4.0",
    "ts-patch": "^2.0.1",
    "typescript": "^4.4.4",
    "typescript-transform-paths": "^3.3.1"
  },
  "dependencies": {
    "ahooks": "3.7.1",
    "axios": "^0.27.2",
    "classnames": "^2.3.2",
    "eventemitter3": "^4.0.7",
    "lodash": "^4.17.21",
    "path-browserify": "^1.0.1"
  }
}
