{
  "name": "zgq-shared",
  "version": "1.45.1",
  "description": "大白的个人工具库",
  "main": "./dist/index.js",
  "module": "src/index.ts",
  "keywords": [
    "utils",
    "concurrent task",
    "dynamic task"
  ],
  "author": "gqzhang5 <gqzhang5@iflytek.com>",
  "license": "ISC",
  "scripts": {
    "prebuild": "npx rimraf dist",
    "build": "tsc"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "filenamify": "^4.2.0",
    "progress": "^2.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heiseshandian/personal-docs.git",
    "directory": "packages/shared"
  },
  "bugs": {
    "url": "https://github.com/heiseshandian/personal-docs/issues"
  },
  "homepage": "https://github.com/heiseshandian/personal-docs/blob/master/packages/shared/README.md",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "acca029f15d4e9a06e5fdac78b96659d35e9123d"
}
