{
  "name": "@bizjs/biz-utils",
  "version": "0.4.0",
  "description": "The biz utils for web develpoment.",
  "keywords": [
    "biz",
    "utils"
  ],
  "author": "hstarorg <hm910705@163.com>",
  "homepage": "https://github.com/bizjs/biz-utils#readme",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "module": "dist/esm/index.js",
  "sideEffects": false,
  "files": [
    "dist",
    "!dist/__tests__"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bizjs/biz-utils.git"
  },
  "bugs": {
    "url": "https://github.com/bizjs/biz-utils/issues"
  },
  "gitHead": "aa564e49f8e8245c48e8fe0aba611c61052c2823",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "clipboard": "2.0.11",
    "file-saver": "2.0.5",
    "@bizjs/biz-utils-common": "0.4.0"
  },
  "scripts": {
    "dev": "father dev",
    "build": "father build",
    "build:deps": "father prebundle",
    "prepublishOnly2": "father doctor && npm run build",
    "test": "jest",
    "docs": "typedoc --options ../../typedoc.json src/index.ts --out ../../docs/apis",
    "tsc": "tsc --noEmit",
    "test:cov": "jest --coverage"
  }
}