{
  "name": "@zbanx/mobile-business",
  "version": "2.0.0-alpha.0",
  "description": "mobile 业务组件",
  "author": "Wang Yi <1721436982@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.0",
    "@umijs/use-params": "^1.0.9",
    "@zbanx/mobile-hooks": "^2.0.0-alpha.0",
    "@zbanx/mobile-provider": "^2.0.0-alpha.0",
    "@zbanx/mobile-utils": "^2.0.0-alpha.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "antd-mobile": "5.8.*",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "gitHead": "9fc44c5ab9c0551f7af50d3ae57505bc1439c932"
}
