{
  "name": "app-lib-log",
  "version": "1.0.6",
  "description": "个人日志组件 -【app-lib-log】",
  "main": "publish/umd/index-bundle-min.js",
  "files": [
    "publish/umd"
  ],
  "cdn": {
    "name": "app-lib-log",
    "filename": "dist/index.js"
  },
  "scripts": {
    "dev": "appbir run server-es",
    "start": "appbir run server-es",
    "build": "appbir run build-es",
    "pub": "appbir run pub-es",
    "git": "appbir run git-submit",
    "doc": "appbir run doc-nov",
    "example": "node ./example/nodejs/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@gitee.com/appbir/app-lib-log.git"
  },
  "keywords": [
    "app-lib-log",
    "app-lib-global",
    "global",
    "umd",
    "appbir",
    "amd",
    "log"
  ],
  "-------------------------": "临时配置为 module 形式用于本地测试 esmodule 编译的源码",
  "author": "appbir",
  "license": "MIT",
  "bugs": {
    "url": "https://git@gitee.com/appbir/app-lib-log/issues"
  },
  "homepage": "https://github.com/appbir/appbir-global#readme",
  "devDependencies": {},
  "home": "https://git@gitee.com/appbir/app-lib-log#readme",
  "dependencies": {
    "app-lib-global": "latest"
  }
}