package.json 377 B

12345678910111213141516171819
  1. {
  2. "name": "utm-update-to-mysql",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "dotenv": "^17.0.1",
  15. "express": "^5.1.0",
  16. "mysql2": "^3.14.1",
  17. "uuid": "^11.1.0"
  18. }
  19. }