package.json 692 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "cli-boxes",
  3. "version": "2.2.1",
  4. "description": "Boxes for use in the terminal",
  5. "license": "MIT",
  6. "repository": "sindresorhus/cli-boxes",
  7. "funding": "https://github.com/sponsors/sindresorhus",
  8. "author": {
  9. "name": "Sindre Sorhus",
  10. "email": "sindresorhus@gmail.com",
  11. "url": "https://sindresorhus.com"
  12. },
  13. "engines": {
  14. "node": ">=6"
  15. },
  16. "scripts": {
  17. "test": "xo && ava && tsd"
  18. },
  19. "files": [
  20. "index.js",
  21. "index.d.ts",
  22. "boxes.json"
  23. ],
  24. "keywords": [
  25. "cli",
  26. "box",
  27. "boxes",
  28. "terminal",
  29. "term",
  30. "console",
  31. "ascii",
  32. "unicode",
  33. "border",
  34. "text",
  35. "json"
  36. ],
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. }
  42. }