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.

32 lines
701 B

  1. {
  2. "name": "backend-saturday-sharing",
  3. "private": true,
  4. "version": "0.1.0",
  5. "description": "A Strapi application",
  6. "scripts": {
  7. "develop": "strapi develop",
  8. "start": "strapi start",
  9. "build": "strapi build",
  10. "strapi": "strapi"
  11. },
  12. "dependencies": {
  13. "@strapi/plugin-graphql": "^4.3.2",
  14. "@strapi/plugin-i18n": "4.3.2",
  15. "@strapi/plugin-users-permissions": "4.3.2",
  16. "@strapi/strapi": "4.3.2",
  17. "moment": "^2.29.3",
  18. "mysql": "2.18.1"
  19. },
  20. "author": {
  21. "name": "A Strapi developer"
  22. },
  23. "strapi": {
  24. "uuid": "86799444-98d5-4bbb-9d9a-fb3b7a628e79"
  25. },
  26. "engines": {
  27. "node": ">=12.x.x <=16.x.x",
  28. "npm": ">=6.0.0"
  29. },
  30. "license": "MIT"
  31. }