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.

40 lines
965 B

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