package.json 538 B

1234567891011121314151617181920212223
  1. {
  2. "name": "craftlabhttpserver",
  3. "version": "1.0.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. "ldapjs": "^3.0.7",
  19. "mime-types": "^2.1.35",
  20. "node-simple-router": "^0.10.2",
  21. "sqlite3": "^5.1.7"
  22. }
  23. }