package.json 878 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "triple-beam",
  3. "version": "1.3.0",
  4. "description": "Definitions of levels for logging purposes & shareable Symbol constants.",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "populist config/*.js index.js",
  8. "pretest": "npm run lint",
  9. "test": "nyc mocha test.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/winstonjs/triple-beam.git"
  14. },
  15. "keywords": [
  16. "winstonjs",
  17. "winston",
  18. "logging",
  19. "logform",
  20. "symbols",
  21. "logs",
  22. "levels"
  23. ],
  24. "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/winstonjs/triple-beam/issues"
  28. },
  29. "homepage": "https://github.com/winstonjs/triple-beam#readme",
  30. "devDependencies": {
  31. "assume": "^2.0.1",
  32. "eslint-config-populist": "^4.1.0",
  33. "mocha": "^5.1.1",
  34. "nyc": "^11.7.1"
  35. }
  36. }