{
  "author": "Antoine Pous <gecko@dvp.io>",
  "name": "npmlogger",
  "version": "1.6.0",
  "description": "Write your logs natively from npmlog with minor change in your application",
  "main": "./dist/logger.js",
  "dependencies": {
    "dateformat": "^2.0.0",
    "fs-extra": "^4.0.1",
    "npmlog": "^4.1.0",
    "slug": "^0.9.1"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc --p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/antoine-pous/npmlogger.git"
  },
  "keywords": [
    "logging",
    "log",
    "logger",
    "logfile",
    "npmlog",
    "npm",
    "extension",
    "rotate",
    "output",
    "file"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/antoine-pous/npmlogger/issues"
  },
  "homepage": "https://github.com/antoine-pous/npmlogger",
  "devDependencies": {
    "@types/fs-extra": "^4.0.0",
    "@types/node": "^8.0.19",
    "typescript": "^2.4.2"
  }
}
