You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
600 B

12 months ago
  1. {
  2. "name": "back-end",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "nodemon app --dev",
  8. "server": "nodemon app"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "body-parser": "^1.20.2",
  14. "cookie-parser": "^1.4.6",
  15. "cors": "^2.8.5",
  16. "express": "^4.18.2",
  17. "ip-to-int": "^0.3.1",
  18. "jsonwebtoken": "^9.0.0",
  19. "knex": "^2.4.2",
  20. "md5": "^2.3.0",
  21. "multer": "^1.4.5-lts.1",
  22. "mysql2": "^3.4.1",
  23. "randomstring": "^1.3.0",
  24. "sha256": "^0.2.0"
  25. },
  26. "devDependencies": {
  27. "nodemon": "^2.0.22"
  28. }
  29. }