package.json 386 B

12345678910111213141516
  1. {
  2. "dependencies": {
  3. "express": "^5.1.0",
  4. "uuid": "^13.0.0"
  5. },
  6. "type": "module",
  7. "name": "celery",
  8. "version": "1.0.0",
  9. "description": "celery -A tasks worker --loglevel=info ZAI 29b9cd63fa5f4666bf01aaf9f7c0302e.8NqXiixA3oAZgq1o",
  10. "main": "index.js",
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "author": "",
  15. "license": "ISC"
  16. }