package.json 603 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "craftlabhttpserver",
  3. "version": "20240804.1",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git.craftlab.cc/isundil/craftlabHttpServer"
  12. },
  13. "author": "isundil <isundil@knacki.info>",
  14. "license": "GPL-3.0",
  15. "dependencies": {
  16. "@mdi/font": "^7.4.47",
  17. "bootstrap": "^5.3.2",
  18. "bootstrap-icons": "^1.11.3",
  19. "ldapjs": "^3.0.7",
  20. "mime-types": "^2.1.35",
  21. "node-simple-router": "^0.10.2",
  22. "sqlite3": "^5.1.7",
  23. "whiskers": "^0.4.0"
  24. }
  25. }