{
  "name": "@blocklet/logger",
  "version": "1.17.12",
  "description": "A library to facilitate Blocklet logging",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "blocklet"
  ],
  "author": "polunzh <polunzh@gmail.com>",
  "homepage": "",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ArcBlock"
  },
  "scripts": {
    "lint": "eslint tests lib",
    "lint:fix": "eslint --fix tests lib"
  },
  "dependencies": {
    "@abtnode/logger": "1.17.12"
  },
  "gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
}
