package.json 409 B

1234567891011121314151617181920
  1. {
  2. "name": "chao",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "chao",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "bcryptjs": "^3.0.2",
  13. "cors": "^2.8.5",
  14. "express": "^5.1.0",
  15. "fs": "^0.0.1-security",
  16. "mime-types": "^3.0.1",
  17. "mongoose": "^8.18.1",
  18. "mysql": "^2.18.1"
  19. }
  20. }