package.json 631 B

1234567891011121314151617181920212223
  1. {
  2. "name": "ocrd-train",
  3. "version": "1.0.0",
  4. "description": "> Training workflow for Tesseract 4 as a Makefile for dependency tracking and building the required software from source.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/OCR-D/ocrd-train.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/OCR-D/ocrd-train/issues"
  17. },
  18. "homepage": "https://github.com/OCR-D/ocrd-train#readme",
  19. "dependencies": {
  20. "canvas": "^2.5.0",
  21. "sharp": "^0.22.1"
  22. }
  23. }