package.json 314 B

1234567891011121314151617
  1. {
  2. "name": "hyperexpress",
  3. "version": "0.0.1",
  4. "main": "app.js",
  5. "scripts": {
  6. "start": "node clustered.js"
  7. },
  8. "author": "",
  9. "license": "MIT",
  10. "dependencies": {
  11. "hyper-express": "^6.8.5",
  12. "lru-cache": "^10.0.1",
  13. "mariadb": "^3.2.0",
  14. "postgres": "^3.3.5"
  15. },
  16. "type": "module"
  17. }