{
  "name": "@log-reporting/logger",
  "version": "1.0.2",
  "description": "前端日志上报SDK",
  "homepage": "https://github.com/wangxiaoze-view/log-repeorting#readme",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types/index.d.ts",
  "unpkg": "./dist/index.iife.min.js",
  "jsdelivr": "./dist/index.iife.min.js",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./*": "./*"
  },
  "files": [
    "dist",
    "*.d.ts"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wangxiaoze-view/log-repeorting.git",
    "directory": "packages/logger"
  },
  "author": "王小泽 <wangze@anbangke.com>",
  "keywords": [
    "log",
    "log-repeorting",
    "rollup",
    "rrweb",
    "typescript",
    "埋点",
    "日志",
    "采集"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bugs": {
    "url": "https://github.com/wangxiaoze-view/log-repeorting/issues"
  }
}
