{
  "name": "think_logger",
  "version": "2.6.0",
  "description": "Logger for ThinkKoa.",
  "main": "index.js",
  "scripts": {
    "test": "npm run eslint",
    "prepublish": "npm test",
    "eslint": "eslint index.js"
  },
  "engines": {
    "node": ">8.0.0"
  },
  "author": "richenlin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thinkkoa/think_logger/issues"
  },
  "homepage": "https://github.com/thinkkoa/think_logger",
  "dependencies": {
    "think_lib": "^2.x.x"
  },
  "devDependencies": {
    "eslint": "^7.12.1"
  }
}