Blame view

package.json 958 Bytes
Harish Patel committed
1
{
jay committed
2
  "name": "zango-backend",
Harish Patel committed
3 4 5 6 7 8 9
  "private": true,
  "version": "0.1.0",
  "description": "A Strapi application",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
root committed
10 11 12
    "strapi": "strapi",
    "start_prod": "NODE_ENV=production strapi start",
    "build_prod": "NODE_ENV=production strapi build"
Harish Patel committed
13 14 15 16
  },
  "dependencies": {
    "@strapi/plugin-i18n": "4.3.6",
    "@strapi/plugin-users-permissions": "4.3.6",
17
    "@strapi/provider-email-nodemailer": "^4.3.8",
root committed
18
    "@strapi/provider-upload-aws-s3": "^4.3.9",
Harish Patel committed
19 20
    "@strapi/strapi": "4.3.6",
    "better-sqlite3": "7.4.6",
jay committed
21
    "csv-parse": "^5.5.5",
22
    "mysql": "^2.18.1",
Harish Patel committed
23 24
    "pg": "^8.8.0",
    "strapi-plugin-ckeditor5": "^2.1.1-rc.1"
Harish Patel committed
25 26 27 28 29 30 31 32 33 34 35 36 37
  },
  "author": {
    "name": "A Strapi developer"
  },
  "strapi": {
    "uuid": "7e8c2946-4304-4f40-abbd-450862ffd158"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "license": "MIT"
}