{
  "name": "backend-fanfare-de-nanterre",
  "private": true,
  "version": "1.0.2",
  "description": "Backend for the fanfare-de-Nanterre web site",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
    "build-prod": "NODE_ENV=production strapi build",
    "strapi": "strapi"
  },
  "devDependencies": {},
  "dependencies": {
    "@strapi/strapi": "^4.14.4",
    "@strapi/plugin-users-permissions": "4.14.4",
    "@strapi/plugin-i18n": "^4.14.4",
    "mysql": "^2.18.1",
    "dotenv": "^16.0.3"
  },
  "author": {
    "name": "Jean-Paul Jorda"
  },
  "strapi": {
    "uuid": "7036fec9-6798-4de6-82b5-30dc57ecccc2"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}
