{
  "name": "ghf-api",
  "private": true,
  "version": "0.1.0",
  "description": "A Strapi application",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "start:prod": "strapi start",
    "start:dev": "strapi start -p 5008",
    "build": "strapi build",
    "strapi": "strapi"
  },
  "dependencies": {
    "@sklinet/strapi-plugin-tinymce": "^1.0.6",
    "@strapi/plugin-i18n": "4.12.7",
    "@strapi/plugin-users-permissions": "4.12.7",
    "@strapi/strapi": "4.12.7",
    "mysql": "2.18.1"
  },
  "author": {
    "name": "A Strapi developer"
  },
  "strapi": {
    "uuid": "ee37eb37-ec59-4b97-b590-845f08617062"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}
