package.json 272 B

123456789101112131415
  1. {
  2. "name": "y",
  3. "version": "1.0.0",
  4. "main": "serve.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "express": "^4.21.2",
  13. "mysql2": "^3.11.5"
  14. }
  15. }