{
  "name": "@oceanbase/util",
  "version": "1.0.0-alpha.2",
  "description": "The Util Library for OceanBase",
  "keywords": [
    "oceanbase",
    "util"
  ],
  "homepage": "https://github.com/oceanbase/oceanbase-design/packages/util",
  "repository": {
    "type": "git",
    "url": "git@github.com:oceanbase/oceanbase-design.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "main": "lib/index.js",
  "unpkg": "dist/util.min.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es",
    "lib",
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "father build"
  },
  "dependencies": {
    "ahooks": "^3.9.6",
    "ahooks-v2": "^2.10.15",
    "filesize": "^10.1.6",
    "is-url": "^1.2.4",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "query-string": "^9.3.1"
  },
  "peerDependencies": {
    "react": ">=16.9.0"
  },
  "devDependencies": {
    "@types/is-url": "^1.2.32"
  },
  "gitHead": "7619cf0d3f5d29dd4c7b67be8265ace300d7e731"
}
