package.json 355 B

12345678910111213141516171819
  1. {
  2. "name": "wedding-be",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "pm2 start ecosystem.config.js --env production"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "axios": "^1.11.0",
  14. "crypto": "^1.0.1",
  15. "express": "^5.1.0",
  16. "memory-cache": "^0.2.0"
  17. }
  18. }