{
  "name": "jcommon",
  "version": "1.9.40",
  "description": "JavaScript 常用纯函数工具库",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/jcommon.js",
  "main-source": "lib/index.source.js",
  "module-source": "es/index.source.js",
  "unpkg-source": "dist/jcommon.source.js",
  " ": "module",
  "scripts": {
    "after:publish": "node .scripts/restore-pkg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wxingheng/jcommon.git"
  },
  "keywords": [
    "jcommon",
    "util",
    "utils",
    "tool",
    "tools",
    "common-util"
  ],
  "author": {
    "name": "wxingheng",
    "email": "wxingheng@outlook.com"
  },
  "license": "MIT",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "bugs": {
    "url": "https://github.com/wxingheng/jcommon/issues"
  },
  "homepage": "https://github.com/wxingheng/jcommon",
  "devDependencies": {
    "jcommon-node": "1.0.9"
  },
  "husky": {
    "hooks": {
      "pre-commit": "eslint src/**/*{.js,.ts}"
    }
  },
  "time": "220930144400"
}