{
  "name": "console-stamp",
  "main": "index.js",
  "version": "3.0.3",
  "scripts": {
    "test": "tap --no-check-coverage -R spec test/*.js",
    "test:watch": "nodemon --exec npm test",
    "t:w": "npm run test:watch",
    "preversion": "npm test",
    "examples": "node examples/index || true"
  },
  "engines": {
    "node": ">=10"
  },
  "author": {
    "name": "Ståle Raknes",
    "email": "stale@raknes.net",
    "url": "http://github.com/starak"
  },
  "contributors": [
    {
      "name": "Ståle Raknes",
      "url": "http://github.com/starak"
    },
    {
      "name": "Jotham Read",
      "url": "https://github.com/jotham"
    },
    {
      "name": "Christiaan Westerbeek",
      "url": "https://github.com/devotis"
    },
    {
      "name": "Leon Lucardie",
      "url": "https://github.com/Gameleon12"
    },
    {
      "name": "Steffan Donal",
      "url": "https://github.com/SteffanDonal"
    },
    {
      "name": "Sören Schwert",
      "url": "https://github.com/sisou"
    },
    {
      "name": "Fkscorpion",
      "url": "https://github.com/Fkscorpion"
    },
    {
      "name": "Alexis Tyler",
      "url": "https://github.com/OmgImAlexis"
    },
    {
      "name": "Jan Åge Lavik",
      "url": "http://github.com/jalavik"
    }
  ],
  "description": "Patch NodeJS console methods in order to add timestamp information by pattern",
  "keywords": [
    "console",
    "timestamp",
    "log",
    "jslog",
    "debug"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/starak/node-console-stamp.git"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.1",
    "dateformat": "^4.5.1"
  },
  "devDependencies": {
    "moment": "^2.29.1",
    "nodemon": "^2.0.12",
    "tap": "^15.0.9"
  }
}
