package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "triple-beam",
  3. "version": "1.4.1",
  4. "description": "Definitions of levels for logging purposes & shareable Symbol constants.",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "eslint config/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
  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. "@dabh/eslint-config-populist": "^5.0.0",
  33. "mocha": "^10.2.0",
  34. "nyc": "^15.1.0",
  35. "typescript": "^5.1.6"
  36. },
  37. "engines": {
  38. "node": ">= 14.0.0"
  39. }
  40. }