package.json 632 B

12345678910111213141516171819202122232425262728
  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. "cookie-parser": "~1.4.3",
  17. "debug": "~2.6.9",
  18. "express": "~4.16.0",
  19. "express-session": "^1.16.1",
  20. "http-errors": "~1.6.2",
  21. "mariadb": "^2.0.3",
  22. "morgan": "~1.9.0",
  23. "mysql2": "^1.6.5",
  24. "pug": "2.0.0-beta11",
  25. "sequelize": "^5.7.3",
  26. "sha256": "^0.2.0"
  27. }
  28. }