package.json 452 B

123456789101112131415161718192021
  1. {
  2. "name": "makeerror",
  3. "description": "A library to make errors.",
  4. "version": "1.0.12",
  5. "license": "BSD-3-Clause",
  6. "author": "Naitik Shah <n@daaku.org>",
  7. "main": "lib/makeerror",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/daaku/nodejs-makeerror"
  11. },
  12. "scripts": {
  13. "test": "NODE_PATH=./lib mocha --ui exports"
  14. },
  15. "dependencies": {
  16. "tmpl": "1.0.5"
  17. },
  18. "devDependencies": {
  19. "mocha": "9.1.3"
  20. }
  21. }