package.json 410 B

1234567891011121314151617181920
  1. {
  2. "name": "sever",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "nodemon index.js"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "body-parser": "^1.20.3",
  16. "connect-timeout": "^1.9.0",
  17. "express": "^4.21.1",
  18. "mysql2": "^3.11.5"
  19. }
  20. }