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": "tbg-company-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.21.1",
  15. "mysql": "^2.18.1",
  16. "sqlite3": "5.0.0",
  17. "strapi": "3.6.8",
  18. "strapi-admin": "3.6.8",
  19. "strapi-connector-bookshelf": "3.6.8",
  20. "strapi-plugin-content-manager": "3.6.8",
  21. "strapi-plugin-content-type-builder": "3.6.8",
  22. "strapi-plugin-email": "3.6.8",
  23. "strapi-plugin-graphql": "3.6.8",
  24. "strapi-plugin-import-export-content": "^0.4.2",
  25. "strapi-plugin-upload": "3.6.8",
  26. "strapi-plugin-users-permissions": "3.6.8",
  27. "strapi-provider-email-nodemailer": "^3.6.3",
  28. "strapi-utils": "3.6.8"
  29. },
  30. "author": {
  31. "name": "A Strapi developer"
  32. },
  33. "strapi": {
  34. "uuid": "9bc5e63a-1de4-48f2-919a-bc487e6e2d09"
  35. },
  36. "engines": {
  37. "node": ">=10.16.0 <=16.x.x",
  38. "npm": ">=6.0.0"
  39. },
  40. "license": "MIT"
  41. }