{
  "name": "fastify-log",
  "version": "1.2.2",
  "description": "Colorful terminal logger for Fastify.",
  "main": "index.js",
  "scripts": {
    "lint": "standard --fix index.js | snazzy",
    "prepare": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fralonra/fastify-log.git"
  },
  "keywords": [
    "fastify",
    "log",
    "color"
  ],
  "author": "fralonra <fralonra@aliyun.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fralonra/fastify-log/issues"
  },
  "homepage": "https://github.com/fralonra/fastify-log#readme",
  "dependencies": {
    "ansi-styles": "^4.0.0",
    "fastify-plugin": "^1.5.0"
  },
  "devDependencies": {
    "snazzy": "^8.0.0",
    "standard": "^14.0.0"
  }
}
