package.json 642 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "abstract-logging",
  3. "version": "2.0.1",
  4. "description": "A noop logger that conforms to the Log4j interface for modules to stub out internal logging",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jsumners/abstract-logging.git"
  12. },
  13. "keywords": [
  14. "log",
  15. "logging",
  16. "logger",
  17. "pino"
  18. ],
  19. "author": "James Sumners <james.sumners@gmail.com>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/jsumners/abstract-logging/issues"
  23. },
  24. "homepage": "https://github.com/jsumners/abstract-logging#readme"
  25. }