package.json 839 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "totorobook",
  3. "version": "1.0.0",
  4. "description": "Numeric Book Shelf",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node ./bin/www"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@git.knacki.info:isundil/totorobook.git"
  12. },
  13. "author": "isundil",
  14. "license": "GPL-3.0-or-later",
  15. "dependencies": {
  16. "adm-zip": "^0.4.13",
  17. "assert": "^1.4.1",
  18. "canvas": "^2.4.1",
  19. "cookie-parser": "~1.4.3",
  20. "debug": "~2.6.9",
  21. "ebook-convert": "^2.0.1",
  22. "express": "~4.16.0",
  23. "express-session": "^1.16.1",
  24. "http": "0.0.0",
  25. "http-errors": "~1.6.2",
  26. "mariadb": "^2.0.3",
  27. "morgan": "~1.9.0",
  28. "mysql2": "^1.6.5",
  29. "pdfjs-dist": "^2.0.943",
  30. "pug": "2.0.0-beta11",
  31. "sequelize": "^5.7.3",
  32. "sha256": "^0.2.0",
  33. "tempfile": "^3.0.0",
  34. "xml2js": "^0.4.19"
  35. }
  36. }