wa_strapi
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.

42 lines
1.0 KiB

  1. {
  2. "name": "wa-api",
  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. "devDependencies": {},
  13. "dependencies": {
  14. "knex": "<0.20.0",
  15. "moment": "^2.29.1",
  16. "mysql": "latest",
  17. "qrcode-terminal": "^0.12.0",
  18. "strapi": "3.4.1",
  19. "strapi-admin": "3.4.1",
  20. "strapi-connector-bookshelf": "3.4.1",
  21. "strapi-plugin-content-manager": "3.4.1",
  22. "strapi-plugin-content-type-builder": "3.4.1",
  23. "strapi-plugin-email": "3.4.1",
  24. "strapi-plugin-graphql": "3.4.1",
  25. "strapi-plugin-upload": "3.4.1",
  26. "strapi-plugin-users-permissions": "3.4.1",
  27. "strapi-utils": "3.4.1",
  28. "whatsapp-web.js": "^1.12.0"
  29. },
  30. "author": {
  31. "name": "A Strapi developer"
  32. },
  33. "strapi": {
  34. "uuid": "27db9377-526f-4a5a-9bc6-4ce3cb7316ee"
  35. },
  36. "engines": {
  37. "node": ">=10.16.0 <=14.x.x",
  38. "npm": ">=6.0.0"
  39. },
  40. "license": "MIT"
  41. }