package.json 440 B

1234567891011121314151617181920
  1. {
  2. "name": "license-headers",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "AGPL-3.0-only",
  11. "description": "",
  12. "dependencies": {
  13. "console-table-printer": "^2.12.1",
  14. "dedent": "^1.5.3",
  15. "diff-match-patch": "^1.0.5",
  16. "enquirer": "^2.4.1",
  17. "js-levenshtein": "^1.1.6",
  18. "yaml": "^2.4.5"
  19. }
  20. }