Small Bree based job runner + gui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324
  1. {
  2. "name": "final-countdown",
  3. "version": "1.0.0",
  4. "description": "schedule all the things",
  5. "main": "server.js",
  6. "scripts": {
  7. "dev": "node ./server.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "toj",
  11. "license": "UNLICENSED",
  12. "dependencies": {
  13. "@hapi/glue": "^8.0.0",
  14. "@hapi/hapi": "^20.2.2",
  15. "@hapi/vision": "^7.0.0",
  16. "@hapipal/confidence": "^6.0.2",
  17. "@hapipal/schmervice": "^2.0.0",
  18. "bree": "^9.1.1",
  19. "exiting": "^6.1.0",
  20. "htmx.org": "^1.8.0",
  21. "joi": "^17.6.0",
  22. "pug": "^3.0.2"
  23. }
  24. }