{
  "name": "winstonson",
  "version": "2.1.0",
  "description": "Simple logging wrapper around Winston - for Node.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
    "build": "tsc --declaration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bradenhc/winstonson.git"
  },
  "keywords": [
    "winston",
    "log",
    "logger",
    "slog",
    "simple"
  ],
  "author": "Braden Hitchcock <developer.hitchcock@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bradenhc/winstonson/issues"
  },
  "homepage": "https://github.com/bradenhc/winstonson#readme",
  "dependencies": {
    "moment": "^2.23.0",
    "winston": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^12.0.8",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "tslint": "^5.17.0",
    "typescript": "^3.5.1"
  }
}
