{
  "name": "build-logger",
  "version": "1.1.2",
  "description": "This is logger to log your service.",
  "main": "lib/index.js",
  "types": "lib",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf lib && tsc"
  },
  "keywords": [
    "logger",
    "info",
    "debug",
    "logs"
  ],
  "author": "JSMEET",
  "license": "MIT",
  "dependencies": {
    "winston": "^3.14.2"
  }
}
